Class DeviceTool
- Namespace
- Gdk
- Assembly
- Gdk-4.0.dll
public class DeviceTool : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
DeviceTool
- Implements
-
- Inherited Members
-
Constructors
public DeviceTool(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
public DeviceTool(DeviceToolHandle handle)
Parameters
handle
DeviceToolHandle
Fields
public static readonly Property<AxisFlags, DeviceTool> AxesPropertyDefinition
Field Value
- Property<AxisFlags, DeviceTool>
public static readonly Property<ulong, DeviceTool> HardwareIdPropertyDefinition
Field Value
- Property<ulong, DeviceTool>
public static readonly Property<ulong, DeviceTool> SerialPropertyDefinition
Field Value
- Property<ulong, DeviceTool>
public static readonly Property<DeviceToolType, DeviceTool> ToolTypePropertyDefinition
Field Value
- Property<DeviceToolType, DeviceTool>
Properties
public AxisFlags Axes { get; }
Property Value
- AxisFlags
public ulong HardwareId { get; }
Property Value
- ulong
public ulong Serial { get; }
Property Value
- ulong
public DeviceToolType ToolType { get; }
Property Value
- DeviceToolType
Methods
public AxisFlags GetAxes()
Returns
- AxisFlags
public static Type GetGType()
Returns
- Type
public ulong GetHardwareId()
Returns
- ulong
Returns
- ulong
public DeviceToolType GetToolType()
Returns
- DeviceToolType