Table of Contents

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

handle DeviceHandle

Methods

GetFeatureGroup(DevicePadFeature, int)

public int GetFeatureGroup(DevicePadFeature feature, int featureIdx)

Parameters

feature DevicePadFeature
featureIdx int

Returns

int

GetGType()

public static Type GetGType()

Returns

Type

GetGroupNModes(int)

public int GetGroupNModes(int groupIdx)

Parameters

groupIdx int

Returns

int

GetNFeatures(DevicePadFeature)

public int GetNFeatures(DevicePadFeature feature)

Parameters

feature DevicePadFeature

Returns

int

GetNGroups()

public int GetNGroups()

Returns

int

NewFromPointer(nint, bool)

Creates a new managed DevicePadHelper instance for a given pointer.

public static DevicePadHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

DevicePadHelper