Arnold Engine
 
Loading...
Searching...
No Matches
AE::Events::WindowCloseEvent Class Reference

Event triggered when the window is closed. More...

#include <ApplicationEvent.h>

Inheritance diagram for AE::Events::WindowCloseEvent:
AE::Events::Event

Additional Inherited Members

- Public Member Functions inherited from AE::Events::Event
virtual EventType GetEventType () const =0
 
virtual const char * GetName () const =0
 
virtual int GetCategoryFlags () const =0
 
virtual std::string ToString () const
 
bool IsInCategory (EventCategory category)
 
- Public Attributes inherited from AE::Events::Event
bool Handled = false
 

Detailed Description

Event triggered when the window is closed.

Simple event class that signals when the application window is being closed. Used to properly handle application shutdown.


The documentation for this class was generated from the following file: