Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
#include <ApplicationEvent.hpp>
Public Member Functions | |
WindowResizeEvent (const std::int32_t width, const std::int32_t height) | |
std::int32_t | GetWidth () const noexcept |
std::int32_t | GetHeight () const noexcept |
std::string | ToString () const override |
EVENT_CLASS_TYPE (EventType::WINDOW_RESIZE) | |
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 |
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} |
Definition at line 15 of file ApplicationEvent.hpp.
|
inline |
Definition at line 17 of file ApplicationEvent.hpp.
WindowResizeEvent::EVENT_CLASS_CATEGORY | ( | EventCategory::APPLICATION | ) |
WindowResizeEvent::EVENT_CLASS_TYPE | ( | EventType::WINDOW_RESIZE | ) |
|
inlinenoexcept |
Definition at line 22 of file ApplicationEvent.hpp.
|
inlinenoexcept |
Definition at line 21 of file ApplicationEvent.hpp.
|
inlineoverridevirtual |
Reimplemented from Event.
Definition at line 24 of file ApplicationEvent.hpp.