Attributes are named values associated with various GEIS entities, including input devices, gesture types, and gesture events.
More...
Detailed Description
Attributes are named values associated with various GEIS entities, including input devices, gesture types, and gesture events.
Function Documentation
An opaque type that encapsulates a GEIS attribute.
GeisAttr objects may not be created or destroyed by the application, they may only have their data examined or extracted. Gets the name of an attribute.
- Parameters:
-
[in] | attr | Identifies the attribute. |
Gets the type of an attribute value.
- Parameters:
-
[in] | attr | Identifies the attribute. |
Gets the value of an attribute as a GeisBoolean.
- Parameters:
-
[in] | attr | Identifies the attribute. |
Gets the value of an attribute as a GeisFloat.
- Parameters:
-
[in] | attr | Identifies the attribute. |
Gets the value of an attribute as a GeisInteger.
- Parameters:
-
[in] | attr | Identifies the attribute. |
Gets the value of an attribute as a GeisPointer.
- Parameters:
-
[in] | attr | Identifies the attribute. |
Gets the value of an attribute as a GeisString.
- Parameters:
-
[in] | attr | Identifies the attribute. |