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

An individual gesture attribute. More...

#include <geis.h>

Data Fields

GeisString name
 The name of the gesture attribute.
 
GeisAttrType type
 The data type of the gesture attribute.
 
union { 
 
   GeisBoolean   boolean_val 
 
   GeisFloat   float_val 
 
   GeisInteger   integer_val 
 
   GeisString   string_val 
 
};  
 The value of the attributes.
 

Detailed Description

An individual gesture attribute.

Gesture events are associated with a list of attributes, each of which is a (name, type, value) tuple. These attribute reveal a little piece of information about a gesture.


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