GEIS  2.0
Gesture Engine Interface Support
GeisDevice Class Reference

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.
void geis_device_unref (GeisDevice device)
 Removes a reference count from a device.
GeisString geis_device_name (GeisDevice device)
 Gets the name of the input device.
GeisInteger geis_device_id (GeisDevice device)
 Gets the system identifier of the iput device.
GeisSize geis_device_attr_count (GeisDevice device)
 Gets the number of attributes of the device.
GeisAttr geis_device_attr (GeisDevice device, GeisSize index)
 Gets the indicated attribute of the device.
GeisAttr geis_device_attr_by_name (GeisDevice device, GeisString attr_name)
 Gets a named attribute from the device.

Detailed Description

A gesture-capable input device.

GeisDevice objects are created by the GEIS API and are reference counted.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines