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


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