Class
GdkDeviceTool
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
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.