1 #ifndef WINDOW_EXIT_EVENT_H
2 #define WINDOW_EXIT_EVENT_H
27 static std::shared_ptr<WindowExitEvent>
create() {
return std::make_shared<WindowExitEvent>(); }
Class for event.
Definition: event.h:10
Class for window exit event.
Definition: window_exit_event.h:14
Definition: event_type.h:43
static std::shared_ptr< WindowExitEvent > create()
Factory Function.
Definition: window_exit_event.h:27
EventType
Event type enum that is used when passing events.
Definition: event_type.h:12
WindowExitEvent()
Constructor for WindowExitEvent.
Definition: window_exit_event.h:21
Event(const EventType &type)
Event constructor.
Definition: event.h:21