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.
GeisAttrType type
 The data type of the gesture attribute.
union {
   GeisBoolean   boolean_val
   GeisFloat   float_val
   GeisInteger   integer_val
   GeisString   string_val
}; 

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

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines