|
CoriEngine
|
#include <AppEvent.hpp>


Public Member Functions | |
| WindowCloseEvent ()=default | |
| std::string | ToString () const override |
| Returns the name of the Event. | |
| constexpr std::type_index | GetEventType () const override |
| Gives the return type of the Event. | |
| const char * | GetName () const override |
| This will give you the string version of EventType. | |
| uint32_t | GetCategoryFlags () const override |
| Gives the flags of particular Event. | |
| bool | IsInCategory (const EventCategory category) const |
| Checks if the Event is in specific category. | |
Public Attributes | |
| bool | m_Handled = false |
Definition at line 25 of file AppEvent.hpp.
|
default |
|
inlineoverridevirtual |
Gives the flags of particular Event.
Implements Cori::Core::Event.
Definition at line 34 of file AppEvent.hpp.
|
inlineconstexproverridevirtual |
Gives the return type of the Event.
Implements Cori::Core::Event.
Definition at line 33 of file AppEvent.hpp.

|
inlineoverridevirtual |
This will give you the string version of EventType.
Implements Cori::Core::Event.
Definition at line 33 of file AppEvent.hpp.
|
inlinenodiscardinherited |
|
inlinenodiscardoverridevirtual |
Returns the name of the Event.
Reimplemented from Cori::Core::Event.
Definition at line 29 of file AppEvent.hpp.