|
SDL++
C++wrapperfortheSDLlibrary.
|
Represents a key release event. More...
#include <KeyboardEvents.h>


Public Member Functions | |
| KeyRelease (const SDL_Event *event=0) | |
Represents a key release event.
| Keys | The keys that compose this key release event. |
Definition at line 91 of file KeyboardEvents.h.
| sdl::event::KeyRelease< Keys >::KeyRelease | ( | const SDL_Event * | event = 0 | ) | [inline, explicit] |
Constructs a KeyRelease from a SDL_Event structure.
| event | The SDL_Event structure. |
Definition at line 97 of file KeyboardEvents.h.