Event fired when the user requests the window to close. More...
#include <WindowEvent.h>
Inherits Raven::Event.
Public Member Functions | |
| constexpr | WindowCloseEvent () |
| Constructs a close event. | |
| Public Member Functions inherited from Raven::Event | |
| constexpr bool | IsInCategory (EventCategory cat) const noexcept |
| Checks whether this event belongs to a given category. | |
Static Public Member Functions | |
| static constexpr EventType | StaticType () |
| Returns the static type identifier for this event. | |
| static constexpr EventCategory | StaticCategory () |
Additional Inherited Members | |
| Public Attributes inherited from Raven::Event | |
| EventType | Type = EventType::None |
| Concrete event type. | |
| EventCategory | Category = EventCategory::None |
| Event category bitmask. | |
Event fired when the user requests the window to close.
Dispatched when a quit message or close request is received.
|
inlineconstexpr |
Constructs a close event.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
Returns the static type identifier for this event.