SDL++
C++wrapperfortheSDLlibrary.

sdl::event::JoystickButtonRelease< Buttons > Struct Template Reference

Represents a joystick button release event. More...

#include <JoystickEvents.h>

Inheritance diagram for sdl::event::JoystickButtonRelease< Buttons >:
Collaboration diagram for sdl::event::JoystickButtonRelease< Buttons >:

List of all members.

Public Member Functions

 JoystickButtonRelease (const SDL_Event *event=0)

Detailed Description

template<int... Buttons>
struct sdl::event::JoystickButtonRelease< Buttons >

Represents a joystick button release event.

Template Parameters:
ButtonsThe Buttons that compose this joystick button release event.

Definition at line 213 of file JoystickEvents.h.


Constructor & Destructor Documentation

template<int... Buttons>
sdl::event::JoystickButtonRelease< Buttons >::JoystickButtonRelease ( const SDL_Event *  event = 0) [inline, explicit]

Constructs a JoystickButtonRelease from a SDL_Event structure.

Parameters:
eventThe SDL_Event structure.

Definition at line 219 of file JoystickEvents.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs