Home
last modified time | relevance | path

Searched defs:hat (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_gamecontroller.h90 int hat; member
92 } hat; member
A DSDL_events.h339 Uint8 hat; /**< The joystick hat index */ member
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c893 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 Dcontrollermap.c131 int hat; member
133 } hat; member
/AliOS-Things-master/components/SDL2/src/joystick/virtual/
A DSDL_virtualjoystick.c217 SDL_JoystickSetVirtualHatInner(SDL_Joystick * joystick, int hat, Uint8 value) in SDL_JoystickSetVirtualHatInner()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c67 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 DSDL_joystick.c565 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 DSDL_xinputjoystick.c452 Uint8 hat = SDL_HAT_CENTERED; in UpdateXInputJoystickState() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/
A DPedestrianDetectAttributeResult.h107 Hat hat; member
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m606 Uint8 hat = 0; field
620 if (hat == 0) { category

Completed in 23 milliseconds