SDL++
C++wrapperfortheSDLlibrary.
|
Represents a joystick axis motion event. More...
#include <JoystickEvents.h>
Public Member Functions | |
JoystickAxisMotion (const SDL_Event *event) |
Represents a joystick axis motion event.
The | axes that compose this joystick axis motion event. |
Definition at line 68 of file JoystickEvents.h.
sdl::event::JoystickAxisMotion< Axes >::JoystickAxisMotion | ( | const SDL_Event * | event | ) | [inline, explicit] |
Constructs a JoystickAxisMotion from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 74 of file JoystickEvents.h.