Table of Contents

Class TouchEventArgs

Namespace
nanoFramework.UI.Input
Assembly
nanoFramework.Graphics.dll
public class TouchEventArgs : InputEventArgs
Inheritance
TouchEventArgs
Inherited Members
Extension Methods

Constructors

TouchEventArgs(InputDevice, DateTime, TouchInput[])

public TouchEventArgs(InputDevice inputDevice, DateTime timestamp, TouchInput[] touches)

Parameters

inputDevice InputDevice
timestamp DateTime
touches TouchInput[]

Fields

Touches

public TouchInput[] Touches

Field Value

TouchInput[]

Methods

GetPosition(UIElement, int, out int, out int)

public void GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)

Parameters

relativeTo UIElement
touchIndex int
x int
y int