GEIS 2.0
Gesture Engine Interface Support
Loading...
Searching...
No Matches

A collection of gesture frames. More...

#include <geis.h>

Public Member Functions

Touch Attributes
Each touch has zero or more attributes associated with it. Differing hardware is capable of reporting differing sets of touch attributes, so there is no guarantee that any or all of the defined touch attributes will bre present.

If the touch comes from a direct device (see GEIS_DEVICE_ATTRIBUTE_DIRECT_TOUCH) its position (x and y attributes) will be in window coordinates, otherwise it will be in the input device's own coordinate system.

GeisInteger geis_group_id (GeisGroup group)
 Gets the identifier of a gesture group.
 
GeisSize geis_group_frame_count (GeisGroup group)
 Gets the number of gesture frames in a gesture group.
 
GeisFrame geis_group_frame (GeisGroup group, GeisSize index)
 Gets an indicated gesture frame from a gesture group.
 
void geis_group_reject (GeisGroup group)
 Marks a gesture group as rejected.
 

Detailed Description

A collection of gesture frames.

Examples
geis2.c.

The documentation for this class was generated from the following file: