Skip to main content

TouchDevice Class

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

The TouchDevice class represents the stylus/touch device to the members of a context.

public sealed class TouchDevice : 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.

ParameterTypeDescription
targetUIElement