![]() |
GearEngine
0.0.1
|
#include <Event.h>


Public 멤버 함수 | |
| 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) |
Public 속성 | |
| bool | m_Handled = false |
Friends | |
| class | EventDispatcher |
|
pure virtual |
|
pure virtual |

|
pure virtual |
|
inline |
|
inlinevirtual |
Gear::MouseButtonReleasedEvent, Gear::MouseButtonPressedEvent, Gear::KeyTypedEvent, Gear::KeyReleasedEvent, Gear::MouseScrolledEvent, Gear::KeyPressedEvent, Gear::WindowResizeEvent, Gear::MouseMovedEvent에서 재구현되었습니다.
Event.h 파일의 41 번째 라인에서 정의되었습니다.

|
friend |