Skip to main content

InputDevice Class

Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI

Provides the base class for all input devices.

public abstract class InputDevice : DispatcherObject

Constructors

InputDevice()

protected InputDevice()

Constructs an instance of the InputDevice class.

Properties

Target

public abstract UIElement Target { get; }

Returns the element that input from this device is sent to.

DeviceType

public abstract InputManager.InputDeviceType DeviceType { get; }

gets the Device Type / Read "Identity Object" Class Code 0x01 - Attribute ID 2 (inherited)