shithub: cstory

ref: 7c4a2b5caa3a74a6aa8b8ebc03a0c9fa428d4b2d
dir: /src/Backends/Shared/SDL2.h/

View raw version
#pragma once

#include "SDL.h"

extern SDL_Window *window;

void ControllerBackend_JoystickConnect(Sint32 joystick_id);
void ControllerBackend_JoystickDisconnect(Sint32 joystick_id);