HomeSort by relevance Sort by last modified time
    Searched defs:hat (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/dc/
SDL_sysjoystick.c 138 int hat = SDL_HAT_CENTERED; local
139 if (buttons&CONT_DPAD_UP) hat|=SDL_HAT_UP;
140 if (buttons&CONT_DPAD_DOWN) hat|=SDL_HAT_DOWN;
141 if (buttons&CONT_DPAD_LEFT) hat|=SDL_HAT_LEFT;
142 if (buttons&CONT_DPAD_RIGHT) hat|=SDL_HAT_RIGHT;
143 SDL_PrivateJoystickHat(joystick, 0, hat);
146 int hat = SDL_HAT_CENTERED; local
147 if (buttons&CONT_DPAD2_UP) hat|=SDL_HAT_UP;
148 if (buttons&CONT_DPAD2_DOWN) hat|=SDL_HAT_DOWN;
149 if (buttons&CONT_DPAD2_LEFT) hat|=SDL_HAT_LEFT
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 57 SDL_JOYHATMOTION, /* Joystick hat position change */
162 /* Joystick hat position change event structure */
166 Uint8 hat; /* The joystick hat index */ member in struct:SDL_JoyHatEvent
167 Uint8 value; /* The hat position value:
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 57 SDL_JOYHATMOTION, /* Joystick hat position change */
162 /* Joystick hat position change event structure */
166 Uint8 hat; /* The joystick hat index */ member in struct:SDL_JoyHatEvent
167 Uint8 value; /* The hat position value:
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 57 SDL_JOYHATMOTION, /* Joystick hat position change */
162 /* Joystick hat position change event structure */
166 Uint8 hat; /* The joystick hat index */ member in struct:SDL_JoyHatEvent
167 Uint8 value; /* The hat position value:
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 56 SDL_JOYHATMOTION, /* Joystick hat position change */
159 /* Joystick hat position change event structure */
163 Uint8 hat; /* The joystick hat index */ member in struct:SDL_JoyHatEvent
164 Uint8 value; /* The hat position value:
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 57 SDL_JOYHATMOTION, /* Joystick hat position change */
162 /* Joystick hat position change event structure */
166 Uint8 hat; /* The joystick hat index */ member in struct:SDL_JoyHatEvent
167 Uint8 value; /* The hat position value:
  /external/icu4c/test/intltest/
numfmtst.cpp 1295 UChar hat = 0x005E; \/*^*\/ local
    [all...]

Completed in 208 milliseconds