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: 2024.1.1.0 (2024.1.1)
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