![]() |
GEIS
2.0
Gesture Engine Interface Support
|
A generic GEIS event. More...
#include <geis.h>
Public Member Functions | |
| void | geis_event_delete (GeisEvent event) |
| Destroys a GeisEvent. More... | |
| GeisEventType | geis_event_type (GeisEvent event) |
| Gets the type of the event. More... | |
| GeisSize | geis_event_attr_count (GeisEvent event) |
| Gets the number of attributes in the event. More... | |
| GeisAttr | geis_event_attr (GeisEvent event, GeisSize index) |
| Gets an indicated attribute from the event. More... | |
| GeisAttr | geis_event_attr_by_name (GeisEvent event, GeisString attr_name) |
| Gets a named attribute from the event. More... | |
A generic GEIS event.
Applications must determine the type of the actual event and convert the opaque pointer to a concrete event pointer, if required.
Events are created by the GEIS API but must be destroyed by the application.