|
Just™ Game Engine
|
#include <key_events.hpp>
Public Member Functions | |
| Key::Code | getKeyCode () const |
Public Member Functions inherited from jng::Event | |
| 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 |
Protected Attributes inherited from jng::Event | |
| bool | m_handled = false |
|
inlineexplicitprotected |
|
inline |
|
protected |