Searched refs:SDL_HAT_UP (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_joystick.h | 375 #define SDL_HAT_UP 0x01 macro 379 #define SDL_HAT_RIGHTUP (SDL_HAT_RIGHT|SDL_HAT_UP) 381 #define SDL_HAT_LEFTUP (SDL_HAT_LEFT|SDL_HAT_UP)
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testjoystick.c | 142 if (event.jhat.value & SDL_HAT_UP) in loop() 239 if (hat_pos & SDL_HAT_UP) { in loop()
|
/AliOS-Things-master/components/SDL2/src/joystick/haiku/ |
A D | SDL_haikujoystick.cc | 175 SDL_HAT_UP, in HAIKU_JoystickUpdate()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_mmjoystick.c | 290 pos |= SDL_HAT_UP; in TranslatePOV()
|
A D | SDL_dinputjoystick.c | 1086 SDL_HAT_UP, in TranslatePOV() 1087 SDL_HAT_UP | SDL_HAT_RIGHT, in TranslatePOV() 1093 SDL_HAT_UP | SDL_HAT_LEFT in TranslatePOV()
|
A D | SDL_xinputjoystick.c | 466 hat |= SDL_HAT_UP; in UpdateXInputJoystickState()
|
A D | SDL_windows_gaming_input.c | 583 return SDL_HAT_UP; in ConvertHatValue()
|
/AliOS-Things-master/components/SDL2/src/joystick/bsd/ |
A D | SDL_sysjoystick.c | 330 SDL_HAT_UP, SDL_HAT_RIGHTUP, SDL_HAT_RIGHT, SDL_HAT_RIGHTDOWN, in hatval_to_sdl()
|
/AliOS-Things-master/components/SDL2/src/joystick/darwin/ |
A D | SDL_sysjoystick.c | 990 pos = SDL_HAT_UP; in DARWIN_JoystickUpdate()
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 609 hat |= SDL_HAT_UP; field
|
/AliOS-Things-master/components/SDL2/src/joystick/linux/ |
A D | SDL_sysjoystick.c | 897 {SDL_HAT_LEFTUP, SDL_HAT_UP, SDL_HAT_RIGHTUP}, in HandleHat()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 1380 case SDL_HAT_UP: in SDLTest_PrintEvent()
|
Completed in 22 milliseconds