Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h108 void (*SetDevicePlayerIndex)(int device_index, int player_index); member
A DSDL_joystick.c197 driver->SetDevicePlayerIndex(device_index, player_index); in SDL_SetJoystickIDForPlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick_c.h93 …void (*SetDevicePlayerIndex)(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_ind… member
A DSDL_hidapijoystick.c984 device->driver->SetDevicePlayerIndex(device, instance_id, player_index); in HIDAPI_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c565 device->driver->SetDevicePlayerIndex(&device->hiddevice, instance_id, player_index); in RAWINPUT_JoystickSetDevicePlayerIndex()

Completed in 11 milliseconds