GEIS
2.0
Gesture Engine Interface Support
|
These types and values are common to both the simplified and advanced GEIS interfaces. More...
Typedefs | |
typedef enum GeisStatus | GeisStatus |
Errors returned from calls. More... | |
typedef enum GeisAttrType | GeisAttrType |
Attribute data types. More... | |
Enumerations | |
enum | GeisStatus { GEIS_STATUS_SUCCESS, GEIS_STATUS_CONTINUE, GEIS_STATUS_EMPTY, GEIS_STATUS_NOT_SUPPORTED, GEIS_BAD_ARGUMENT, GEIS_UNKNOWN_ERROR, GEIS_STATUS_BAD_ARGUMENT, GEIS_STATUS_UNKNOWN_ERROR } |
Errors returned from calls. More... | |
enum | GeisAttrType { GEIS_ATTR_TYPE_UNKNOWN, GEIS_ATTR_TYPE_BOOLEAN, GEIS_ATTR_TYPE_FLOAT, GEIS_ATTR_TYPE_INTEGER, GEIS_ATTR_TYPE_POINTER, GEIS_ATTR_TYPE_STRING } |
Attribute data types. More... | |
These types and values are common to both the simplified and advanced GEIS interfaces.
typedef enum GeisAttrType GeisAttrType |
Attribute data types.
typedef enum GeisStatus GeisStatus |
Errors returned from calls.
Most GEIS API calls return a status code indicating success or, in the event of a lack of success, the reson for failure.
enum GeisAttrType |
Attribute data types.
enum GeisStatus |
Errors returned from calls.
Most GEIS API calls return a status code indicating success or, in the event of a lack of success, the reson for failure.