Nymph Game Engine
Chaiscript based Game Engine
|
Class for window exit event. More...
#include <window_exit_event.h>
Public Member Functions | |
WindowExitEvent () | |
Constructor for WindowExitEvent. More... | |
Public Member Functions inherited from Events::Event | |
Event (const EventType &type) | |
Event constructor. More... | |
EventType | getEventType () const |
Gets the event type. More... | |
Static Public Member Functions | |
static std::shared_ptr < WindowExitEvent > | create () |
Factory Function. More... | |
Class for window exit event.
|
inline |
Constructor for WindowExitEvent.
|
inlinestatic |
Factory Function.
Referenced by generated::getWindowExitEventModule(), and Utility::DebugParser::parseCommand().