Home
last modified time | relevance | path

Searched refs:SDL_JoystickGetDeviceIndexFromInstanceID (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick_c.h50 extern int SDL_JoystickGetDeviceIndexFromInstanceID(SDL_JoystickID instance_id);
A DSDL_joystick.c195 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
/AliOS-Things-master/components/SDL2/src/joystick/virtual/
A DSDL_virtualjoystick.c146 device_index = SDL_JoystickGetDeviceIndexFromInstanceID(hwdata->instance_id); in SDL_JoystickAttachVirtualInner()

Completed in 8 milliseconds