Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_JoyAxisEvent(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!JoyAxisEvent !!!SDL_!JoyAxisEvent NAME STRUCTURE DEFINITION STRUCTURE DATA DESCRIPTION SEE ALSO ---- !!NAME SDL_!JoyAxisEvent- Joystick axis motion event structure !!STRUCTURE DEFINITION typedef struct{ Uint8 type; Uint8 which; Uint8 axis; Sint16 value; } SDL_!JoyAxisEvent; !!STRUCTURE DATA __type SDL_JOYAXISMOTION__ __which__ Joystick device index __axis__ Joystick axis index __value__ Axis value (range: -32768 to 32767) !!DESCRIPTION __SDL_!JoyAxisEvent__ is a member of the __SDL_Event__ union and is used when an event of type __SDL_JOYAXISMOTION__ is reported. A __SDL_JOYAXISMOTION__ event occurs when ever a user moves an axis on the joystick. The field __which__ is the index of the joystick that reported the event and __axis__ is the index of the axis (for a more detailed explaination see the ''Joystick section''). __value__ is the current position of the axis. !!SEE ALSO __SDL_Event__, ''Joystick Functions'', __SDL_!JoystickEventState__, __SDL_!JoystickGetAxis__ ----
One page links to
SDL_JoyAxisEvent(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.