Query: sdl_joyhatevent
OS: opensolaris
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_JoyHatEvent(3) SDL API Reference SDL_JoyHatEvent(3)NAMESDL_JoyHatEvent - Joystick hat position change event structureSTRUCTURE DEFINITIONtypedef struct{ Uint8 type; Uint8 which; Uint8 hat; Uint8 value; } SDL_JoyHatEvent;STRUCTURE DATAtype SDL_JOY which Joystick device index hat Joystick hat index value Hat positionDESCRIPTIONSDL_JoyHatEvent is a member of the SDL_Event union and is used when an event of type SDL_JOYHATMOTION is reported. A SDL_JOYHATMOTION event occurs when ever a user moves a hat on the joystick. The field which is the index of the joystick that reported the event and hat is the index of the hat (for a more detailed exlaination see the Joystick section). value is the current position of the hat. It is a logically OR'd combination of the following values (whose meanings should be pretty obvious:) : SDL_HAT_CENTERED SDL_HAT_UP SDL_HAT_RIGHT SDL_HAT_DOWN SDL_HAT_LEFT The following defines are also provided: SDL_HAT_RIGHTUP SDL_HAT_RIGHTDOWN SDL_HAT_LEFTUP SDL_HAT_LEFTDOWNSEE ALSOSDL_Event, Joystick Functions, SDL_JoystickEventState, SDL_JoystickGetHatSDLTue 11 Sep 2001, 22:59 SDL_JoyHatEvent(3)
Related Man Pages |
---|
sdl_joystickopen(3) - redhat |
sdl_event(3) - debian |
sdl_event(3) - centos |
sdl_event(3) - suse |
sdl::joystick(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
PHP Man Pages Now Available (Over 10,000) |
Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD |
What's legal and what's not? |
Shopt -s histappend |