Manually grab a touch from native touch controller.

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static TouchEventArgs ManualTouchPoint(
	long endTicks
)

Parameters

endTicks
Type: System..::..Int64
Time in ticks when waiting for the event should be terminated (e.g. DateTime.Now.Ticks + l100Ms).

Return Value

Type: TouchEventArgs
Returns the TouchEventArgs retrieved from the touchscreen. If a timeout occurs the position of the return value is -1, -1.

See Also