![]() |
GEIS
2.0
Gesture Engine Interface Support
|
A collection of information describing the state of a gesture. More...
#include <geis.h>
Public Member Functions | |
| GeisGestureId | geis_frame_id (GeisFrame frame) |
| Gets the identifier of a gesture frame. More... | |
| GeisBoolean | geis_frame_is_class (GeisFrame frame, GeisGestureClass gesture_class) |
| Indicates if a gesture frame belongs to a gesture class. More... | |
| GeisSize | geis_frame_attr_count (GeisFrame frame) |
| Gets the number of attrs associated with a gesture frame. More... | |
| GeisAttr | geis_frame_attr (GeisFrame frame, GeisSize index) |
| Gets an indicated attr from a gesture frame. More... | |
| GeisAttr | geis_frame_attr_by_name (GeisFrame frame, GeisString name) |
| Gets a named attr from a gesture frame. More... | |
| GeisFloat * | geis_frame_matrix (GeisFrame frame) |
| Gets the current transform matrix of a gesture. More... | |
| GeisSize | geis_frame_touchid_count (GeisFrame frame) |
| Gets the number of touches making up a gesture for the frame. More... | |
| GeisTouchId | geis_frame_touchid (GeisFrame frame, GeisSize index) |
| Gets the ID of the indicated touch within the gesture frame. More... | |
A collection of information describing the state of a gesture.