GenericDevice Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
The GenericDevice class represents the Generic device to the members of a context.
public sealed class GenericDevice : InputDevice
Properties
Target
public override UIElement Target { get; }
Returns the element that input from this device is sent to. (inherited)
DeviceType
public override InputManager.InputDeviceType DeviceType { get; }
gets the Device Type / Read "Identity Object" Class Code 0x01 - Attribute ID 2 (inherited)
Methods
SetTarget(UIElement target)
public void SetTarget(UIElement target)
No description available.
| Parameter | Type | Description |
|---|---|---|
target | UIElement |