shithub: cstory

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