方法
GdkDeviceToolget_hardware_id
声明 [源代码]
guint64
gdk_device_tool_get_hardware_id (
GdkDeviceTool* tool
)
描述 [源代码]
获取此工具的硬件 ID,如果未知则返回 0。
当非零时,标识符对于给定的工具模型是唯一的,意味着两个相同工具将共享相同的 hardware_id
,但将具有不同的序列号(参见 gdk_device_tool_get_serial()
)。
这是一个比 gdk_device_tool_get_tool_type()
更具体(且与设备相关)的识别 GdkDeviceTool
的方法,因为平板电脑可能支持具有相同 GdkDeviceToolType
但不同硬件标识符的多个设备。