| SoTouchManagerSetThreshold Method  | 
Set the detection threshold (0.0001 pixels by default). 
 
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetThreshold(
	float t
)
Public Sub SetThreshold ( 
	t As Single
)
public:
void SetThreshold(
	float t
)
member SetThreshold : 
        t : float32 -> unit 
Parameters
- t
 - Type: SystemSingle
 
RemarksThis is the minimum difference between previous and current event positions to consider that the finger has moved. 
See Also