Table of Contents

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

uint

ContactWidth

Gets or sets the width of the touch contact area.

public uint ContactWidth

Field Value

uint

Flags

Gets or sets the flags associated with the touch input.

public TouchInputFlags Flags

Field Value

TouchInputFlags

SourceID

Gets or sets the source ID of the touch input.

public byte SourceID

Field Value

byte

X

Gets or sets the x-coordinate of the touch input.

public int X

Field Value

int

Y

Gets or sets the y-coordinate of the touch input.

public int Y

Field Value

int