Share via


Touches Field

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

An array of touch inputs that represents the touch points for the event.

Namespace:  Microsoft.SPOT.Touch
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Touches As TouchInput()
public TouchInput[] Touches
public:
array<TouchInput>^ Touches
val mutable Touches: TouchInput[]
public var Touches : TouchInput[]

Remarks

For a TouchDown or TouchUp event, the array contains a single TouchInput.

.NET Framework Security

See Also

Reference

TouchEvent Class

Microsoft.SPOT.Touch Namespace