![]() |
SCENE C++ API
2.0.32
|
The base class for all API events. More...
#include <lsevent.h>
Public Member Functions | |
LSEvent () | |
Constructor. More... | |
virtual | ~LSEvent () |
Destructor. More... | |
bool | isConsumed () const |
Query whether this event has been consumed. More... | |
void | consume () |
Consumes this event if the event can be consumed. More... | |
Additional Inherited Members | |
![]() | |
void | ref () const |
Increments the internal reference counter. More... | |
void | unref () const |
Decrements the internal reference counter. More... | |
The base class for all API events.
LSEvent | ( | ) |
Constructor.
|
virtual |
Destructor.
bool isConsumed | ( | ) | const |
Query whether this event has been consumed.
void consume | ( | ) |
Consumes this event if the event can be consumed.
This will prevent the event from being processed in the default manner.