SDL++
C++wrapperfortheSDLlibrary.
|
Base for a quit event that exposes the SDL_QuitEvent structure. More...
#include <WindowEvents.h>
Public Member Functions | |
QuitBase (const SDL_Event *event) | |
const SDL_QuitEvent & | get () const |
const SDL_QuitEvent & | get () |
Base for a quit event that exposes the SDL_QuitEvent structure.
Definition at line 100 of file WindowEvents.h.
sdl::event::QuitBase::QuitBase | ( | const SDL_Event * | event | ) | [inline] |
Constructs a QuitBase from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 106 of file WindowEvents.h.
const SDL_QuitEvent& sdl::event::QuitBase::get | ( | ) | const [inline] |
Exposes the SDL_QuitEvent structure.
Definition at line 113 of file WindowEvents.h.
const SDL_QuitEvent& sdl::event::QuitBase::get | ( | ) | [inline] |
Exposes the SDL_QuitEvent structure.
Definition at line 120 of file WindowEvents.h.