SDL++
C++wrapperfortheSDLlibrary.

sdl::event::UserDefined< Codes > Struct Template Reference

Represents a user event. More...

#include <UserDefined.h>

Inheritance diagram for sdl::event::UserDefined< Codes >:
Collaboration diagram for sdl::event::UserDefined< Codes >:

List of all members.

Public Member Functions

 UserDefined (const SDL_Event *event=0)

Detailed Description

template<int... Codes>
struct sdl::event::UserDefined< Codes >

Represents a user event.

Template Parameters:
CodeThe specific user event code.

Definition at line 66 of file UserDefined.h.


Constructor & Destructor Documentation

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

Constructs a UserDefined from a SDL_Event structure.

Parameters:
eventThe SDL_Event structure.

Definition at line 72 of file UserDefined.h.


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