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

Defines a region over which gestures may take place. More...

#include <geis.h>

Public Member Functions

Region Initialization Arguments
Gesture regions are created to describe a particular display/feedback region. The type of the region can not be changed after creation (just create a new region for that). The types of regions are platform specific and each type may require addition arguments.
The following region initialization argument names are required by the GEIS v2.0 specification.
GEIS_VARARG GeisRegion geis_region_new (Geis geis, GeisString name, GeisString init_arg_name,...)
 Creates a new GEIS v2.0 region.
 
GeisStatus geis_region_delete (GeisRegion region)
 Destroys a GEIS v2.0 region.
 
GeisString geis_region_name (GeisRegion region)
 Gets the name of a GEIS v2.0 region.
 

Detailed Description

Defines a region over which gestures may take place.


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