Differences between version 2 and predecessor to the previous major change of SDL_JoyBallEvent(3).
Other diffs: Previous 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_JoyBallEvent
-!!!SDL_JoyBallEvent
+SDL_!
JoyBallEvent
+!!!SDL_!
JoyBallEvent
NAME
STRUCTURE DEFINITION
STRUCTURE DATA
DESCRIPTION
@@ -8,18 +8,18 @@
----
!!NAME
-SDL_JoyBallEvent- Joystick trackball motion event structure
+SDL_!
JoyBallEvent- Joystick trackball motion event structure
!!STRUCTURE DEFINITION
typedef struct{
Uint8 type;
Uint8 which;
Uint8 ball;
Sint16 xrel, yrel;
-} SDL_JoyBallEvent;
+} SDL_!
JoyBallEvent;
!!STRUCTURE DATA
__type SDL_JOYBALLMOTION__
@@ -35,9 +35,9 @@
direction
!!DESCRIPTION
-__SDL_JoyBallEvent__ is a member of the __SDL_Event__
+__SDL_!
JoyBallEvent__ is a member of the __SDL_Event__
union and is used when an event of type
__SDL_JOYBALLMOTION__ is reported.
@@ -53,7 +53,7 @@
!!SEE ALSO
__SDL_Event__, ''Joystick Functions'',
-__SDL_JoystickEventState__,
-__SDL_JoystickGetBall__
+__SDL_!
JoystickEventState__,
+__SDL_!
JoystickGetBall__
----