![]() |
Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
|
This is the complete list of members for WindowResizeEvent, including all inherited members.
| EVENT_CLASS_CATEGORY(EventCategory::APPLICATION) | WindowResizeEvent | |
| EVENT_CLASS_TYPE(EventType::WINDOW_RESIZE) | WindowResizeEvent | |
| GetCategoryFlags() const =0 | Event | pure virtual |
| GetEventType() const =0 | Event | pure virtual |
| GetHeight() const noexcept | WindowResizeEvent | inline |
| GetName() const =0 | Event | pure virtual |
| GetWidth() const noexcept | WindowResizeEvent | inline |
| IsHandled() const noexcept | Event | inline |
| IsInCategory(EventCategory category) const noexcept | Event | inline |
| m_isHandled | Event | protected |
| SetHandled(const bool handled) noexcept | Event | inline |
| ToString() const override | WindowResizeEvent | inlinevirtual |
| WindowResizeEvent(const std::int32_t width, const std::int32_t height) | WindowResizeEvent | inline |