![]() |
GEIS
2.0
Gesture Engine Interface Support
|
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... | |
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.
| __extension__ { ... } |
The value of the attributes.
| GeisString name |
The name of the gesture attribute.
| GeisAttrType type |
The data type of the gesture attribute.