ref: d1560da21713226fc76e0a03b23e2748d1c1a2c4
dir: /src/Backends/Shared/SDL2.h/
#pragma once #include "SDL.h" extern SDL_Window *window; void ControllerBackend_JoystickConnect(Sint32 joystick_id); void ControllerBackend_JoystickDisconnect(Sint32 joystick_id);