OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jhat
(Results
1 - 6
of
6
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testjoystick.c
94
event.
jhat
.which, event.
jhat
.hat);
95
if (event.
jhat
.value == SDL_HAT_CENTERED)
97
if (event.
jhat
.value & SDL_HAT_UP)
99
if (event.
jhat
.value & SDL_HAT_RIGHT)
101
if (event.
jhat
.value & SDL_HAT_DOWN)
103
if (event.
jhat
.value & SDL_HAT_LEFT)
controllermap.c
255
if (steps[_s].hat == event.
jhat
.hat && steps[_s].hat_value == event.
jhat
.value) {
260
step->hat = event.
jhat
.hat;
261
step->hat_value = event.
jhat
.value;
263
SDL_snprintf(temp, SDL_arraysize(temp), ":h%u.%u,", event.
jhat
.hat, event.
jhat
.value );
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h
297
* \brief Joystick hat position change event structure (event.
jhat
.*)
511
SDL_JoyHatEvent
jhat
; /**< Joystick hat event data */
member in union:SDL_Event
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h
297
* \brief Joystick hat position change event structure (event.
jhat
.*)
511
SDL_JoyHatEvent
jhat
; /**< Joystick hat event data */
member in union:SDL_Event
/prebuilts/misc/windows/sdl2/include/
SDL_events.h
297
* \brief Joystick hat position change event structure (event.
jhat
.*)
511
SDL_JoyHatEvent
jhat
; /**< Joystick hat event data */
member in union:SDL_Event
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h
297
* \brief Joystick hat position change event structure (event.
jhat
.*)
511
SDL_JoyHatEvent
jhat
; /**< Joystick hat event data */
member in union:SDL_Event
Completed in 50 milliseconds