1 .TH "SDL_JoyAxisEvent" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference"
3 SDL_JoyAxisEvent\- Joystick axis motion event structure
4 .SH "STRUCTURE DEFINITION"
12 } SDL_JoyAxisEvent;\fR
18 \fBSDL_JOYAXISMOTION\fP
27 Axis value (range: -32768 to 32767)
30 \fBSDL_JoyAxisEvent\fR is a member of the \fI\fBSDL_Event\fR\fR union and is used when an event of type \fBSDL_JOYAXISMOTION\fP is reported\&.
32 A \fBSDL_JOYAXISMOTION\fP event occurs when ever a user moves an axis on the joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBaxis\fR is the index of the axis (for a more detailed explaination see the \fIJoystick section\fR)\&. \fBvalue\fR is the current position of the axis\&.
35 \fI\fBSDL_Event\fR\fR, \fIJoystick Functions\fR, \fI\fBSDL_JoystickEventState\fP\fR, \fI\fBSDL_JoystickGetAxis\fP\fR
36 ...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59