Home
last modified time | relevance | path

Searched refs:SDL_HAT_CENTERED (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_joystick.h374 #define SDL_HAT_CENTERED 0x00 macro
/AliOS-Things-master/components/SDL2/src/joystick/haiku/
A DSDL_haikujoystick.cc174 SDL_HAT_CENTERED, in HAIKU_JoystickUpdate()
/AliOS-Things-master/components/SDL2/test/
A Dtestjoystick.c140 if (event.jhat.value == SDL_HAT_CENTERED) in loop()
A Dcontrollermap.c501 if (event.jhat.value != SDL_HAT_CENTERED) { in WatchJoystick()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_mmjoystick.c287 pos = SDL_HAT_CENTERED; in TranslatePOV()
A DSDL_xinputjoystick.c452 Uint8 hat = SDL_HAT_CENTERED; in UpdateXInputJoystickState()
A DSDL_windows_gaming_input.c599 return SDL_HAT_CENTERED; in ConvertHatValue()
A DSDL_dinputjoystick.c1097 return SDL_HAT_CENTERED; in TranslatePOV()
1105 return SDL_HAT_CENTERED; /* shouldn't happen */ in TranslatePOV()
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m621 return SDL_HAT_CENTERED; field
634 Uint8 hatstate = SDL_HAT_CENTERED; field
/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c337 result = SDL_HAT_CENTERED; in hatval_to_sdl()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c1121 SDL_PrivateJoystickHat(joystick, i, SDL_HAT_CENTERED); in SDL_PrivateJoystickForceRecentering()
1241 if (value != SDL_HAT_CENTERED) { in SDL_PrivateJoystickHat()
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c1018 pos = SDL_HAT_CENTERED; in DARWIN_JoystickUpdate()
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c898 {SDL_HAT_LEFT, SDL_HAT_CENTERED, SDL_HAT_RIGHT}, in HandleHat()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1377 case SDL_HAT_CENTERED: in SDLTest_PrintEvent()

Completed in 26 milliseconds