#include <event.h>
Base event class.
Definition at line 23 of file event.h.
◆ ~event()
virtual scl::event::~event |
( |
| ) |
|
|
virtualdefault |
◆ GetName()
virtual const char * scl::event::GetName |
( |
| ) |
const |
|
inlinepure virtual |
- Get string name of event.
- Parameters
-
- Returns
- name of event type as string.
◆ GetType()
virtual u32 scl::event::GetType |
( |
| ) |
const |
|
inlinepure virtual |
- Get type of specific event function.
- Parameters
-
- Returns
- type of specific event.
◆ ToString()
virtual std::string scl::event::ToString |
( |
| ) |
const |
|
inlinevirtual |
◆ Handled
bool scl::event::Handled { false } |
Event handled flag.
Definition at line 27 of file event.h.
The documentation for this class was generated from the following file: