Class GenericDevice
The GenericDevice class represents the Generic device to the members of a context.
Inherited Members
Namespace: nanoFramework.UI.Input
Assembly: nanoFramework.Graphics.dll
Syntax
public sealed class GenericDevice : InputDevice
Properties
DeviceType
Input Manager
Declaration
public override InputManager.InputDeviceType DeviceType { get; }
Property Value
Type | Description |
---|---|
InputManager.InputDeviceType |
Overrides
Target
Declaration
public override UIElement Target { get; }
Property Value
Type | Description |
---|---|
UIElement |
Overrides
Methods
SetTarget(UIElement)
SetTarget
Declaration
public void SetTarget(UIElement target)
Parameters
Type | Name | Description |
---|---|---|
UIElement | target |