Differences between current version and previous revision of SDL_JoyHatEvent(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:44 pm | by perry | |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:44 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_JoyHatEvent
-!!!SDL_JoyHatEvent
+SDL_!
JoyHatEvent
+!!!SDL_!
JoyHatEvent
NAME
STRUCTURE DEFINITION
STRUCTURE DATA
DESCRIPTION
@@ -8,18 +8,18 @@
----
!!NAME
-SDL_JoyHatEvent- Joystick hat position change event structure
+SDL_!
JoyHatEvent- Joystick hat position change event structure
!!STRUCTURE DEFINITION
typedef struct{
Uint8 type;
Uint8 which;
Uint8 hat;
Uint8 value;
-} SDL_JoyHatEvent;
+} SDL_!
JoyHatEvent;
!!STRUCTURE DATA
__type SDL_JOY__
@@ -34,9 +34,9 @@
__value__ Hat position
!!DESCRIPTION
-__SDL_JoyHatEvent__ is a member of the __SDL_Event__
+__SDL_!
JoyHatEvent__ is a member of the __SDL_Event__
union and is used when an event of type
__SDL_JOYHATMOTION__ is reported.
@@ -81,7 +81,7 @@
!!SEE ALSO
__SDL_Event__, ''Joystick Functions'',
-__SDL_JoystickEventState__,
-__SDL_JoystickGetHat__
+__SDL_!
JoystickEventState__,
+__SDL_!
JoystickGetHat__
----