GEIS  2.0
Gesture Engine Interface Support
GeisGestureAttr Struct Reference

An individual gesture attribute. More...

#include <geis.h>

Data Fields

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

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.

Field Documentation

__extension__ { ... }

The value of the attributes.

GeisString name

The name of the gesture attribute.

The data type of the gesture attribute.


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