EmberEventData Struct Reference
Complete events with a control and a handler procedure.
#include <
ember-types.h
>
Data Fields |
|
EmberEventControl * | control |
void(* | handler )(void) |
Complete events with a control and a handler procedure.
An application typically creates an array of events along with their handlers. The main loop passes the array to ::emberRunEvents() to call the handlers of any events whose time has arrived.
Field Documentation
EmberEventControl * EmberEventData::control |
The control structure for the event.
void(* EmberEventData::handler) (void) |
The procedure to call when the event fires.
The documentation for this struct was generated from the following file:
-
ember-types.h