SDL++
C++wrapperfortheSDLlibrary.
|
Represents a joystick trackball motion event. More...
#include <JoystickEvents.h>
Public Member Functions | |
JoystickTrackballMotion (const SDL_Event *event) |
Represents a joystick trackball motion event.
Balls | The trackballs that compose this joystick trackball motion event. |
Definition at line 111 of file JoystickEvents.h.
sdl::event::JoystickTrackballMotion< Balls >::JoystickTrackballMotion | ( | const SDL_Event * | event | ) | [inline, explicit] |
Constructs a JoystickTrackballMotion from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 117 of file JoystickEvents.h.