SDL++
C++wrapperfortheSDLlibrary.
|
Base for mouse motion events that exposes the SDL_MouseMotionEvent structure. More...
#include <MouseEvents.h>
Public Member Functions | |
MouseMotionBase (const SDL_Event *event) | |
const SDL_MouseMotionEvent & | get () const |
const SDL_MouseMotionEvent & | get () |
Base for mouse motion events that exposes the SDL_MouseMotionEvent structure.
Definition at line 39 of file MouseEvents.h.
sdl::event::MouseMotionBase::MouseMotionBase | ( | const SDL_Event * | event | ) | [inline] |
Constructs a MouseMotionBase from a SDL_Event structure.
event | The SDL_Event structure. |
Definition at line 45 of file MouseEvents.h.
const SDL_MouseMotionEvent& sdl::event::MouseMotionBase::get | ( | ) | const [inline] |
Exposes the SDL_MouseMotionEvent structure.
Definition at line 52 of file MouseEvents.h.
const SDL_MouseMotionEvent& sdl::event::MouseMotionBase::get | ( | ) | [inline] |
Exposes the SDL_MouseMotionEvent structure.
Definition at line 59 of file MouseEvents.h.