SDL++
C++wrapperfortheSDLlibrary.
|
Base for an active event that exposes the SDL_ActiveEvent structure. More...
#include <WindowEvents.h>
Public Member Functions | |
ActiveBase (const SDL_Event *event) | |
const SDL_ActiveEvent & | get () const |
const SDL_ActiveEvent & | get () |
Base for an active event that exposes the SDL_ActiveEvent structure.
Definition at line 34 of file WindowEvents.h.
sdl::event::ActiveBase::ActiveBase | ( | const SDL_Event * | event | ) | [inline] |
Constructs an ActiveBase from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 40 of file WindowEvents.h.
const SDL_ActiveEvent& sdl::event::ActiveBase::get | ( | ) | const [inline] |
Exposes the SDL_ActiveEvent structure.
Definition at line 47 of file WindowEvents.h.
const SDL_ActiveEvent& sdl::event::ActiveBase::get | ( | ) | [inline] |
Exposes the SDL_ActiveEvent structure.
Definition at line 54 of file WindowEvents.h.