API ReferencesTinyCLR.UITouchInputOn this pageTouchInput Class NuGet: GHIElectronics.TinyCLR.UIAssembly: GHIElectronics.TinyCLR.UINamespace: 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.