TouchDevice Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the touch or stylus input device that is used by the InputManager.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property TouchDevice As TouchDevice
public TouchDevice TouchDevice { get; }
public:
property TouchDevice^ TouchDevice {
    TouchDevice^ get ();
}
member TouchDevice : TouchDevice
function get TouchDevice () : TouchDevice

Property Value

Type: Microsoft.SPOT.Input. . :: . .TouchDevice
The touch or stylus input device that is used by the InputManager.

.NET Framework Security

See Also

Reference

InputManager Class

Microsoft.SPOT.Input Namespace