SDL++
C++wrapperfortheSDLlibrary.
|
Base for joystick trackball events that exposes the SDL_JoyBallEvent structure. More...
#include <JoystickEvents.h>
Public Member Functions | |
JoystickTrackballBase (const SDL_Event *event) | |
const SDL_JoyBallEvent & | get () const |
const SDL_JoyBallEvent & | get () |
Base for joystick trackball events that exposes the SDL_JoyBallEvent structure.
Definition at line 81 of file JoystickEvents.h.
sdl::event::JoystickTrackballBase::JoystickTrackballBase | ( | const SDL_Event * | event | ) | [inline, explicit] |
Constructs a JoystickTrackballBase from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 87 of file JoystickEvents.h.
const SDL_JoyBallEvent& sdl::event::JoystickTrackballBase::get | ( | ) | const [inline] |
Exposes the SDL_JoyBallEvent structure.
Definition at line 94 of file JoystickEvents.h.
const SDL_JoyBallEvent& sdl::event::JoystickTrackballBase::get | ( | ) | [inline] |
Exposes the SDL_JoyBallEvent structure.
Definition at line 101 of file JoystickEvents.h.