TouchEventArgs Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public class TouchEventArgs : InputEventArgs
Constructors
TouchEventArgs(InputDevice inputDevice, DateTime timestamp, TouchInput[] touches)
public TouchEventArgs(InputDevice inputDevice, DateTime timestamp, TouchInput[] touches) : base(inputDevice, timestamp)
No description available.
| Parameter | Type | Description |
|---|---|---|
inputDevice | InputDevice | |
timestamp | DateTime | |
touches | TouchInput[] |
Methods
GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)
public void GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)
No description available.
| Parameter | Type | Description |
|---|---|---|
relativeTo | UIElement | |
touchIndex | int | |
x | out int | |
y | out int |
Fields
Touches
public TouchInput[] Touches
No description available.