SDL++
C++wrapperfortheSDLlibrary.

sdl::event::EventBase Struct Reference

Base for events that holds a SDL_Event structure. More...

#include <Event.h>

Inheritance diagram for sdl::event::EventBase:

List of all members.

Public Member Functions

 EventBase (const SDL_Event *event)

Protected Attributes

const SDL_Event * event_

Detailed Description

Base for events that holds a SDL_Event structure.

Definition at line 36 of file Event.h.


Constructor & Destructor Documentation

sdl::event::EventBase::EventBase ( const SDL_Event *  event) [inline]

Constructs an EventBase from a SDL_Event structure.

Parameters:
eventThe SDL_Event structure.

Definition at line 42 of file Event.h.


Member Data Documentation

const SDL_Event* sdl::event::EventBase::event_ [protected]

The SDL_Event structure held.

Definition at line 42 of file Event.h.


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