GEIS 2.0
Gesture Engine Interface Support

A collection of GeisGroups. 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.

GeisSize geis_groupset_group_count (GeisGroupSet groupset)
 Gets the number of gesture groups in a groupset. More...
 
GeisGroup geis_groupset_group (GeisGroupSet groupset, GeisSize index)
 Gets an indicated gesture group from a groupset. More...
 

Detailed Description

A collection of GeisGroups.

Examples
geis2.c.

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