Event Struct Reference
#include <ListenerObject.h>
# Public Attributes | |
| ListenerObject | listener |
| The object listening for the event. | |
| uint16 | code |
| The code of the event. | |
| bool | remove |
| Internal flag to prevent race conditions when firing events. | |
# Detailed Description
Event struct
Definition at line 33 of file ListenerObject.h.
# Member Data Documentation
# code
| uint16 Event::code |
The code of the event.
Definition at line 39 of file ListenerObject.h.
# listener
| ListenerObject Event::listener |
The object listening for the event.
Definition at line 36 of file ListenerObject.h.
# remove
| bool Event::remove |
Internal flag to prevent race conditions when firing events.
Definition at line 42 of file ListenerObject.h.
The documentation for this struct was generated from the following file:
- VUEngine-Core/source/Misc/Messaging/ListenerObject.h