Karma Engine
|
Public Member Functions | |
int | GetKeyCode () const |
Public Member Functions inherited from Karma::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) |
bool | IsHandled () const |
Event * | GetObjPointer () |
Protected Member Functions | |
KeyEvent (int keycode) | |
Protected Attributes | |
int | m_KeyCode |
Protected Attributes inherited from Karma::Event | |
bool | m_Handled = false |