Class

GdkDeviceTool

Description

final class Gdk.DeviceTool : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this GdkDeviceTool ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

gdk_device_tool_get_hardware_id

Gets the hardware ID of this tool, or 0 if it’s not known. When non-zero, the identificator is unique for the given tool model, meaning that two identical tools will share the same hardware_id, but will have different serial numbers (see gdk_device_tool_get_serial()).

since: 3.22

gdk_device_tool_get_serial

Gets the serial of this tool, this value can be used to identify a physical tool (eg. a tablet pen) across program executions.

since: 3.22

gdk_device_tool_get_tool_type

Gets the GdkDeviceToolType of the tool.

since: 3.22

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gdk.DeviceTool:axes
No description available.

Gdk.DeviceTool:hardware-id
No description available.

Gdk.DeviceTool:serial
No description available.

Gdk.DeviceTool:tool-type
No description available.

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.