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