ref: 4a8877713e6851c8170865c652b36965a0153a7c
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);