Searched refs:SDL_JoystickGetDeviceInstanceID (Results 1 – 5 of 5) sorted by relevance
180 extern DECLSPEC SDL_JoystickID SDLCALL SDL_JoystickGetDeviceInstanceID(int device_index);
326 player_index = SDL_GetPlayerIndexForJoystickID(SDL_JoystickGetDeviceInstanceID(device_index)); in SDL_JoystickGetDevicePlayerIndex()2127 SDL_JoystickID SDL_JoystickGetDeviceInstanceID(int device_index) in SDL_JoystickGetDeviceInstanceID() function2148 if (SDL_JoystickGetDeviceInstanceID(i) == instance_id) { in SDL_JoystickGetDeviceIndexFromInstanceID()
1757 instance_id = SDL_JoystickGetDeviceInstanceID(device_index); in SDL_GameControllerOpen()
626 #define SDL_JoystickGetDeviceInstanceID SDL_JoystickGetDeviceInstanceID_REAL macro
660 SDL_DYNAPI_PROC(SDL_JoystickID,SDL_JoystickGetDeviceInstanceID,(int a),(a),return)
Completed in 19 milliseconds