SDL++
C++wrapperfortheSDLlibrary.
|
Base for a resize event that exposes the SDL_ResizeEvent structure. More...
#include <WindowEvents.h>
Public Member Functions | |
ResizeBase (const SDL_Event *event) | |
const SDL_ResizeEvent & | get () const |
const SDL_ResizeEvent & | get () |
Base for a resize event that exposes the SDL_ResizeEvent structure.
Definition at line 133 of file WindowEvents.h.
sdl::event::ResizeBase::ResizeBase | ( | const SDL_Event * | event | ) | [inline] |
Constructs a ResizeBase from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 139 of file WindowEvents.h.
const SDL_ResizeEvent& sdl::event::ResizeBase::get | ( | ) | const [inline] |
Exposes the SDL_ResizeEvent structure.
Definition at line 146 of file WindowEvents.h.
const SDL_ResizeEvent& sdl::event::ResizeBase::get | ( | ) | [inline] |
Exposes the SDL_ResizeEvent structure.
Definition at line 153 of file WindowEvents.h.