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
InputDevicetimestamp
DateTimetouches
TouchInput[]
Fields
Touches
public TouchInput[] Touches
Field Value
Methods
GetPosition(UIElement, int, out int, out int)
public void GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)