Class DevicePadHelper
- Namespace
- Gdk
- Assembly
- Gdk-4.0.dll
public sealed class DevicePadHelper : Device, DevicePad, NativeObject, IDisposable, InstanceFactory, GTypeProvider
- Inheritance
-
DevicePadHelper
- Implements
- Inherited Members
Constructors
DevicePadHelper(DeviceHandle)
protected DevicePadHelper(DeviceHandle handle)
Parameters
handleDeviceHandle
Methods
GetFeatureGroup(DevicePadFeature, int)
public int GetFeatureGroup(DevicePadFeature feature, int featureIdx)
Parameters
featureDevicePadFeaturefeatureIdxint
Returns
GetGType()
public static Type GetGType()
Returns
GetGroupNModes(int)
public int GetGroupNModes(int groupIdx)
Parameters
groupIdxint
Returns
GetNFeatures(DevicePadFeature)
public int GetNFeatures(DevicePadFeature feature)
Parameters
featureDevicePadFeature
Returns
GetNGroups()
public int GetNGroups()
Returns
NewFromPointer(nint, bool)
Creates a new managed DevicePadHelper instance for a given pointer.
public static DevicePadHelper NewFromPointer(nint ptr, bool ownsHandle)