Just™ Game Engine
|
#include <key_events.hpp>
Public Member Functions | |
Key::Code | getKeyCode () const |
![]() | |
virtual | ~Event ()=default |
virtual EventType | getType () const =0 |
virtual const char * | getName () const =0 |
virtual std::string | to_string () const |
bool | isHandled () const |
Protected Member Functions | |
KeyEvent (Key::Code keyCode) | |
Protected Attributes | |
Key::Code | m_keyCode |
![]() | |
bool | m_handled = false |
|
inlineexplicitprotected |
|
inline |
|
protected |