Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
#include <ApplicationEvent.hpp>
Public Member Functions | |
AppRenderEvent () | |
EVENT_CLASS_TYPE (EventType::APP_RENDER) | |
EVENT_CLASS_CATEGORY (EventCategory::APPLICATION) | |
Public Member Functions inherited from Event | |
virtual EventType | GetEventType () const =0 |
virtual const char * | GetName () const =0 |
virtual std::uint32_t | GetCategoryFlags () const =0 |
virtual std::string | ToString () const |
bool | IsInCategory (EventCategory category) const noexcept |
bool | IsHandled () const noexcept |
void | SetHandled (const bool handled) noexcept |
Additional Inherited Members | |
Protected Attributes inherited from Event | |
bool | m_isHandled {false} |
Application main loop tick Draw Event
Definition at line 156 of file ApplicationEvent.hpp.
|
inline |
Definition at line 158 of file ApplicationEvent.hpp.
AppRenderEvent::EVENT_CLASS_CATEGORY | ( | EventCategory::APPLICATION | ) |
AppRenderEvent::EVENT_CLASS_TYPE | ( | EventType::APP_RENDER | ) |