Struct SAppEvent#
Defined in File app.h
Struct Documentation#
-
struct SAppEvent#
Event structure. Dependable on the event, can be derived to provide additional information.
Public Members
-
uint32_t uiEventID#
The event ID of the event.
-
uint32_t uiInfo#
Additional information that can be used during a call to the event and as answer from the implemented event handler. The information depends on the event that is triggered.
-
uint32 uiEventID
The event ID of the event.
-
uint32 uiInfo
Additional information that can be used during a call to the event and as answer from the implemented event handler. The information depends on the event that is triggered.
-
uint32_t uiEventID#