SDL++
C++wrapperfortheSDLlibrary.
|
Represents a joystick button press event. More...
#include <JoystickEvents.h>
Public Member Functions | |
JoystickButtonPress (const SDL_Event *event=0) |
Represents a joystick button press event.
Buttons | The Buttons that compose this joystick button press event. |
Definition at line 197 of file JoystickEvents.h.
sdl::event::JoystickButtonPress< Buttons >::JoystickButtonPress | ( | const SDL_Event * | event = 0 | ) | [inline, explicit] |
Constructs a JoystickButtonPress from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 203 of file JoystickEvents.h.