Class TouchInput
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Represents a single touch input on a touch-sensitive screen.
public class TouchInput
- Inheritance
-
TouchInput
- Inherited Members
- Extension Methods
Constructors
TouchInput()
public TouchInput()
Fields
ContactHeight
Gets or sets the height of the touch contact area.
public uint ContactHeight
Field Value
ContactWidth
Gets or sets the width of the touch contact area.
public uint ContactWidth
Field Value
Flags
Gets or sets the flags associated with the touch input.
public TouchInputFlags Flags
Field Value
SourceID
Gets or sets the source ID of the touch input.
public byte SourceID
Field Value
X
Gets or sets the x-coordinate of the touch input.
public int X
Field Value
Y
Gets or sets the y-coordinate of the touch input.
public int Y