Differences between version 2 and previous revision of SDL_JoyAxisEvent(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 | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:44 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_JoyAxisEvent
-!!!SDL_JoyAxisEvent
+SDL_!
JoyAxisEvent
+!!!SDL_!
JoyAxisEvent
NAME
STRUCTURE DEFINITION
STRUCTURE DATA
DESCRIPTION
@@ -8,18 +8,18 @@
----
!!NAME
-SDL_JoyAxisEvent- Joystick axis motion event structure
+SDL_!
JoyAxisEvent- Joystick axis motion event structure
!!STRUCTURE DEFINITION
typedef struct{
Uint8 type;
Uint8 which;
Uint8 axis;
Sint16 value;
-} SDL_JoyAxisEvent;
+} SDL_!
JoyAxisEvent;
!!STRUCTURE DATA
__type SDL_JOYAXISMOTION__
@@ -35,9 +35,9 @@
32767)
!!DESCRIPTION
-__SDL_JoyAxisEvent__ is a member of the __SDL_Event__
+__SDL_!
JoyAxisEvent__ is a member of the __SDL_Event__
union and is used when an event of type
__SDL_JOYAXISMOTION__ is reported.
@@ -50,7 +50,7 @@
!!SEE ALSO
__SDL_Event__, ''Joystick Functions'',
-__SDL_JoystickEventState__,
-__SDL_JoystickGetAxis__
+__SDL_!
JoystickEventState__,
+__SDL_!
JoystickGetAxis__
----