SDL++
C++wrapperfortheSDLlibrary.
|
Base for a window manager event that exposes the SDL_SysWMEvent structure. More...
#include <WindowEvents.h>
Public Member Functions | |
WindowManagerBase (const SDL_Event *event) | |
const SDL_SysWMEvent & | get () const |
const SDL_SysWMEvent & | get () |
Base for a window manager event that exposes the SDL_SysWMEvent structure.
Definition at line 166 of file WindowEvents.h.
sdl::event::WindowManagerBase::WindowManagerBase | ( | const SDL_Event * | event | ) | [inline] |
Constructs a WindowManagerBase from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 172 of file WindowEvents.h.
const SDL_SysWMEvent& sdl::event::WindowManagerBase::get | ( | ) | const [inline] |
Exposes the SDL_SysWMEvent structure.
Definition at line 179 of file WindowEvents.h.
const SDL_SysWMEvent& sdl::event::WindowManagerBase::get | ( | ) | [inline] |
Exposes the SDL_SysWMEvent structure.
Definition at line 186 of file WindowEvents.h.