Class InputDevice
Provides the base class for all input devices.
Inherited Members
Namespace: nanoFramework.UI.Input
Assembly: nanoFramework.Graphics.dll
Syntax
public abstract class InputDevice : DispatcherObject
Constructors
InputDevice()
Constructs an instance of the InputDevice class.
Declaration
protected InputDevice()
Properties
DeviceType
Input Device Type
Declaration
public abstract InputManager.InputDeviceType DeviceType { get; }
Property Value
Type | Description |
---|---|
InputManager.InputDeviceType |
Target
Returns the element that input from this device is sent to.
Declaration
public abstract UIElement Target { get; }
Property Value
Type | Description |
---|---|
UIElement |