SoTouchManagerSetThreshold Method |
Set the detection threshold (0.0001 pixels by default).
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetThreshold(
float t
)
Public Sub SetThreshold (
t As Single
)
public:
void SetThreshold(
float t
)
member SetThreshold :
t : float32 -> unit
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