Manually inform core of a touch event

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 void RaiseTouchEvent(
	TouchType touchType,
	point pt,
	float force = 1f
)

Parameters

touchType
Type: Skewworks.NETMF..::..TouchType
TouchType of touch event.
pt
Type: Skewworks.NETMF..::..point
Location of touch event.
force (Optional)
Type: System..::..Single
Force of touch event (gesture only).

Remarks

Use RaiseTouchEvent to inject a touch event into the system.

See Also