Home
last modified time | relevance | path

Searched defs:player_index (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c125 int player_index; in SDL_FindFreePlayerIndex() local
138 int player_index; in SDL_GetPlayerIndexForJoystickID() local
152 SDL_GetJoystickIDForPlayerIndex(int player_index) in SDL_GetJoystickIDForPlayerIndex()
161 SDL_SetJoystickIDForPlayerIndex(int player_index, SDL_JoystickID instance_id) in SDL_SetJoystickIDForPlayerIndex()
323 int player_index; in SDL_JoystickGetDevicePlayerIndex() local
812 SDL_JoystickFromPlayerIndex(int player_index) in SDL_JoystickFromPlayerIndex()
847 int player_index; in SDL_JoystickGetPlayerIndex() local
864 SDL_JoystickSetPlayerIndex(SDL_Joystick * joystick, int player_index) in SDL_JoystickSetPlayerIndex()
1039 int player_index = -1; in SDL_PrivateJoystickAdded() local
1128 int player_index; in SDL_PrivateJoystickRemoved() local
A DSDL_gamecontroller.c1965 SDL_GameControllerSetPlayerIndex(SDL_GameController *gamecontroller, int player_index) in SDL_GameControllerSetPlayerIndex()
2038 SDL_GameController *SDL_GameControllerFromPlayerIndex(int player_index) in SDL_GameControllerFromPlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/dummy/
A DSDL_sysjoystick.c62 DUMMY_JoystickSetDevicePlayerIndex(int device_index, int player_index) in DUMMY_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_ps4.c102 int player_index; member
186 SetLedsForPlayerIndex(DS4EffectsState_t *effects, int player_index) in SetLedsForPlayerIndex()
227 …erPS4_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) in HIDAPI_DriverPS4_SetDevicePlayerIndex()
A DSDL_hidapi_xbox360w.c126 …x360W_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) in HIDAPI_DriverXbox360W_SetDevicePlayerIndex()
A DSDL_hidapijoystick.c966 int player_index = -1; in HIDAPI_JoystickGetDevicePlayerIndex() local
977 HIDAPI_JoystickSetDevicePlayerIndex(int device_index, int player_index) in HIDAPI_JoystickSetDevicePlayerIndex()
A DSDL_hidapi_gamecube.c222 …eCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) in HIDAPI_DriverGameCube_SetDevicePlayerIndex()
A DSDL_hidapi_xbox360.c663 …ox360_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) in HIDAPI_DriverXbox360_SetDevicePlayerIndex()
674 int player_index; in HIDAPI_DriverXbox360_OpenJoystick() local
A DSDL_hidapi_xboxone.c299 …oxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) in HIDAPI_DriverXboxOne_SetDevicePlayerIndex()
A DSDL_hidapi_steam.c984 …Steam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) in HIDAPI_DriverSteam_SetDevicePlayerIndex()
A DSDL_hidapi_switch.c707 …witch_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) in HIDAPI_DriverSwitch_SetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/alios/
A DSDL_sysjoystick.c112 AliOS_JoystickSetDevicePlayerIndex(int device_index, int player_index) in AliOS_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/haiku/
A DSDL_haikujoystick.cc107 static void HAIKU_JoystickSetDevicePlayerIndex(int device_index, int player_index) in HAIKU_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/emscripten/
A DSDL_sysjoystick.c291 EMSCRIPTEN_JoystickSetDevicePlayerIndex(int device_index, int player_index) in EMSCRIPTEN_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/virtual/
A DSDL_virtualjoystick.c286 VIRTUAL_JoystickSetDevicePlayerIndex(int device_index, int player_index) in VIRTUAL_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c547 int player_index = -1; in RAWINPUT_JoystickGetDevicePlayerIndex() local
558 RAWINPUT_JoystickSetDevicePlayerIndex(int device_index, int player_index) in RAWINPUT_JoystickSetDevicePlayerIndex()
A DSDL_windowsjoystick.c424 WINDOWS_JoystickSetDevicePlayerIndex(int device_index, int player_index) in WINDOWS_JoystickSetDevicePlayerIndex()
A DSDL_windows_gaming_input.c467 WGI_JoystickSetDevicePlayerIndex(int device_index, int player_index) in WGI_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/android/
A DSDL_sysjoystick.c590 ANDROID_JoystickSetDevicePlayerIndex(int device_index, int player_index) in ANDROID_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c751 DARWIN_JoystickSetDevicePlayerIndex(int device_index, int player_index) in DARWIN_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c280 BSD_JoystickSetDevicePlayerIndex(int device_index, int player_index) in BSD_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c613 LINUX_JoystickSetDevicePlayerIndex(int device_index, int player_index) in LINUX_JoystickSetDevicePlayerIndex()
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m484 device->controller.playerIndex = player_index; field

Completed in 46 milliseconds