![]() |
Elevate Engine 1
|
#include <KeyEvent.h>
Public Member Functions | |
| int | GetKeyCode () const |
Public Member Functions inherited from Elevate::Event | |
| virtual EventType | GetEventType () const =0 |
| virtual const char * | GetName () const =0 |
| virtual int | GetCategoryFlags () const =0 |
| virtual std::string | ToString () const |
| bool | IsInCategory (EventCategory category) |
Protected Member Functions | |
| KeyEvent (int keycode) | |
Protected Attributes | |
| int | m_KeyCode |
Protected Attributes inherited from Elevate::Event | |
| bool | m_Handled = false |
Additional Inherited Members | |
Public Attributes inherited from Elevate::Event | |
| bool | Handled = false |
Definition at line 7 of file KeyEvent.h.
|
inlineprotected |
Definition at line 14 of file KeyEvent.h.
|
inline |
Definition at line 10 of file KeyEvent.h.
|
protected |
Definition at line 17 of file KeyEvent.h.