SDL++
C++wrapperfortheSDLlibrary.
|
Base for an expose event that exposes the SDL_ExposeEvent structure. More...
#include <WindowEvents.h>
Public Member Functions | |
ExposeBase (const SDL_Event *event) | |
const SDL_ExposeEvent & | get () const |
const SDL_ExposeEvent & | get () |
Base for an expose event that exposes the SDL_ExposeEvent structure.
Definition at line 67 of file WindowEvents.h.
sdl::event::ExposeBase::ExposeBase | ( | const SDL_Event * | event | ) | [inline] |
Constructs an ExposeBase from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 73 of file WindowEvents.h.
const SDL_ExposeEvent& sdl::event::ExposeBase::get | ( | ) | const [inline] |
Exposes the SDL_ExposeEvent structure.
Definition at line 80 of file WindowEvents.h.
const SDL_ExposeEvent& sdl::event::ExposeBase::get | ( | ) | [inline] |
Exposes the SDL_ExposeEvent structure.
Definition at line 87 of file WindowEvents.h.