Home
last modified time | relevance | path

Searched refs:GetDevicePlayerIndex (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h105 int (*GetDevicePlayerIndex)(int device_index); member
A DSDL_joystick.c1049 player_index = driver->GetDevicePlayerIndex(driver_device_index); in SDL_PrivateJoystickAdded()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick_c.h92 int (*GetDevicePlayerIndex)(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id); member
A DSDL_hidapijoystick.c970 player_index = device->driver->GetDevicePlayerIndex(device, instance_id); in HIDAPI_JoystickGetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c551 player_index = device->driver->GetDevicePlayerIndex(&device->hiddevice, instance_id); in RAWINPUT_JoystickGetDevicePlayerIndex()

Completed in 11 milliseconds