Searched defs:hat (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_gamecontroller.h | 90 int hat; member 92 } hat; member
|
A D | SDL_events.h | 339 Uint8 hat; /**< The joystick hat index */ member
|
/AliOS-Things-master/components/SDL2/src/joystick/linux/ |
A D | SDL_sysjoystick.c | 893 HandleHat(SDL_Joystick * stick, Uint8 hat, int axis, int value) in HandleHat() 1274 int hat = joystick->hwdata->hats_indices[1] << 4; in LINUX_JoystickGetGamepadMapping() local 1283 int hat = joystick->hwdata->hats_indices[2] << 4; in LINUX_JoystickGetGamepadMapping() local 1324 int hat = joystick->hwdata->hats_indices[0] << 4; in LINUX_JoystickGetGamepadMapping() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | controllermap.c | 131 int hat; member 133 } hat; member
|
/AliOS-Things-master/components/SDL2/src/joystick/virtual/ |
A D | SDL_virtualjoystick.c | 217 SDL_JoystickSetVirtualHatInner(SDL_Joystick * joystick, int hat, Uint8 value) in SDL_JoystickSetVirtualHatInner()
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_gamecontroller.c | 67 int hat; member 69 } hat; member 322 static void HandleJoystickHat(SDL_GameController *gamecontroller, int hat, Uint8 value) in HandleJoystickHat() 649 int hat = SDL_atoi(&szJoystickButton[1]); in SDL_PrivateGameControllerParseElement() local
|
A D | SDL_joystick.c | 565 SDL_JoystickSetVirtualHat(SDL_Joystick * joystick, int hat, Uint8 value) in SDL_JoystickSetVirtualHat() 699 SDL_JoystickGetHat(SDL_Joystick * joystick, int hat) in SDL_JoystickGetHat() 1225 SDL_PrivateJoystickHat(SDL_Joystick * joystick, Uint8 hat, Uint8 value) in SDL_PrivateJoystickHat()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_xinputjoystick.c | 452 Uint8 hat = SDL_HAT_CENTERED; in UpdateXInputJoystickState() local
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | PedestrianDetectAttributeResult.h | 107 Hat hat; member
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 606 Uint8 hat = 0; field 620 if (hat == 0) { category
|
Completed in 23 milliseconds