1.10 |
Base event argument class. More...
#include <event.h>
Public Member Functions | |
EGT_NODISCARD bool | quit () const |
Was the event stopped from propagating? | |
void | stop () |
Stop the event from propagating. | |
Protected Attributes | |
bool | m_stop {false} |
Is the event stopped. | |
Base event argument class.
|
inline |
Was the event stopped from propagating?
|
inline |
Stop the event from propagating.
|
protected |
Is the event stopped.