Click or drag to resize
SoTouchManagerSetThreshold Method

Set the detection threshold (0.0001 pixels by default).

Namespace: OIV.Inventor.Touch
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetThreshold(
	float t
)

Parameters

t
Type: SystemSingle
Remarks

This is the minimum difference between previous and current event positions to consider that the finger has moved.

See Also