Skip to main content

TouchInput Class

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

Represents a single touch point.

public class TouchInput

Fields

X

public int X

The x coordinate of the touch point.

Y

public int Y

The y coordinate of the touch point.