Karma Engine
|
Public Member Functions | |
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 Attributes | |
bool | m_Handled = false |
Friends | |
class | EventDispatcher |