Raises the TouchEvent

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

Syntax

C#
protected virtual void OnTouchEvent(
	Object sender,
	TouchType touchType,
	point point
)

Parameters

sender
Type: System..::..Object
Sender object of the event
touchType
Type: Skewworks.NETMF..::..TouchType
TouchType of the event
point
Type: Skewworks.NETMF..::..point
Point of the touch event

See Also