Fires the TouchGesture event

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

Syntax

C#
public virtual void OnTouchGesture(
	Object sender,
	TouchType type,
	float force
)

Parameters

sender
Type: System..::..Object
>Object sending the event
type
Type: Skewworks.NETMF..::..TouchType
Type of gesture being sent
force
Type: System..::..Single
Force associated with gesture (0.0 to 1.0)

See Also