|
SDL++
C++wrapperfortheSDLlibrary.
|
Represents a joystick hat motion event. More...
#include <JoystickEvents.h>


Public Member Functions | |
| JoystickHatMotion (const SDL_Event *event) | |
Represents a joystick hat motion event.
| Hats | The hats that compose this joystick hat motion event. |
Definition at line 154 of file JoystickEvents.h.
| sdl::event::JoystickHatMotion< Hats >::JoystickHatMotion | ( | const SDL_Event * | event | ) | [inline, explicit] |
Constructs a JoystickHatMotion from a SDL_Event structure.
| event | The SDL_Event structure. |
Definition at line 160 of file JoystickEvents.h.