![]() |
GEIS
2.0
Gesture Engine Interface Support
|
A gesture-capable input device. More...
#include <geis.h>
Public Member Functions | |
| GeisDevice | geis_device_ref (GeisDevice device) |
| Adds a reference count to a device. More... | |
| void | geis_device_unref (GeisDevice device) |
| Removes a reference count from a device. More... | |
| GeisString | geis_device_name (GeisDevice device) |
| Gets the name of the input device. More... | |
| GeisInteger | geis_device_id (GeisDevice device) |
| Gets the system identifier of the iput device. More... | |
| GeisSize | geis_device_attr_count (GeisDevice device) |
| Gets the number of attributes of the device. More... | |
| GeisAttr | geis_device_attr (GeisDevice device, GeisSize index) |
| Gets the indicated attribute of the device. More... | |
| GeisAttr | geis_device_attr_by_name (GeisDevice device, GeisString attr_name) |
| Gets a named attribute from the device. More... | |
A gesture-capable input device.
GeisDevice objects are created by the GEIS API and are reference counted.