Searched refs:SDL_JoystickGetDeviceIndexFromInstanceID (Results 1 – 3 of 3) sorted by relevance
50 extern int SDL_JoystickGetDeviceIndexFromInstanceID(SDL_JoystickID instance_id);
195 device_index = SDL_JoystickGetDeviceIndexFromInstanceID(instance_id); in SDL_SetJoystickIDForPlayerIndex()1040 int device_index = SDL_JoystickGetDeviceIndexFromInstanceID(device_instance); in SDL_PrivateJoystickAdded()2141 int SDL_JoystickGetDeviceIndexFromInstanceID(SDL_JoystickID instance_id) in SDL_JoystickGetDeviceIndexFromInstanceID() function
146 device_index = SDL_JoystickGetDeviceIndexFromInstanceID(hwdata->instance_id); in SDL_JoystickAttachVirtualInner()
Completed in 8 milliseconds