Class
PhocInputDevice
since: 0
Description [src]
class Phoc.InputDevice : GObject.Object
{
/* No available fields */
}
Abstract base class for input device like pointers or touch.
Available since: 0
Instance methods
phoc_input_device_get_product_id
Gets the product id as string. This is often represented by a hex number corresponding to the usb product id.
since: 0
phoc_input_device_get_vendor_id
Gets the vendor id as string. This is often represented by a hex number corresponding to the usb vendor id.
since: 0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
unstable since: 2.0
Class structure
struct PhocInputDeviceClass {
GObjectClass parent_class;
void (* device_destroy) (
PhocInputDevice* self
);
}
No description available.
Class members
parent_class: GObjectClass
The parent class.
device_destroy: void (* device_destroy) ( PhocInputDevice* self )
- No description available.