![]() |
Elevate Engine 1
|
#include <KeyEvent.h>
Public Member Functions | |
| KeyTypedEvent (int keycode) | |
| std::string | ToString () const override |
Public Member Functions inherited from Elevate::KeyEvent | |
| 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 |
| bool | IsInCategory (EventCategory category) |
Additional Inherited Members | |
Public Attributes inherited from Elevate::Event | |
| bool | Handled = false |
Protected Member Functions inherited from Elevate::KeyEvent | |
| KeyEvent (int keycode) | |
Protected Attributes inherited from Elevate::KeyEvent | |
| int | m_KeyCode |
Protected Attributes inherited from Elevate::Event | |
| bool | m_Handled = false |
Definition at line 60 of file KeyEvent.h.
|
inline |
Definition at line 63 of file KeyEvent.h.
|
inlineoverridevirtual |
Reimplemented from Elevate::Event.
Definition at line 66 of file KeyEvent.h.