#include <Event.hpp>
Definition at line 66 of file Event.hpp.
◆ GetCategoryFlags()
virtual std::uint32_t Event::GetCategoryFlags |
( |
| ) |
const |
|
pure virtual |
◆ GetEventType()
virtual EventType Event::GetEventType |
( |
| ) |
const |
|
pure virtual |
◆ GetName()
virtual const char* Event::GetName |
( |
| ) |
const |
|
pure virtual |
◆ IsHandled()
bool Event::IsHandled |
( |
| ) |
const |
|
inlinenoexcept |
◆ IsInCategory()
◆ SetHandled()
void Event::SetHandled |
( |
const bool |
handled | ) |
|
|
inlinenoexcept |
◆ ToString()
virtual std::string Event::ToString |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented in MouseButtonEvent, MouseButtonReleasedEvent, MouseButtonPressedEvent, MouseWheelEvent, MouseMotionEvent, KeyTypedEvent, KeyReleasedEvent, KeyPressedEvent, WindowMaximizedEvent, WindowMoveEvent, FrameBufferResizeEvent, and WindowResizeEvent.
Definition at line 71 of file Event.hpp.
◆ m_isHandled
bool Event::m_isHandled {false} |
|
protected |
The documentation for this class was generated from the following file: