Share via


TouchCollectorConfiguration.TouchInput Enumeration

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

Defines values for getting or setting touch-panel information.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TouchInput
[FlagsAttribute]
public enum TouchInput
[FlagsAttribute]
public enum class TouchInput
[<FlagsAttribute>]
type TouchInput
public enum TouchInput

Members

Member name Description
LastTouchPoint The last touch point is obtained or set.
SamplingDistance The sampling rate is obtained or set (expressed in microseconds between samples).
TouchMoveFrequency The maximum number of touch events generated per second is obtained or set (expressed in maximum events per second).

See Also

Reference

Microsoft.SPOT.Touch Namespace