Click or drag to resize

DeviceSetTouchParameters Method

This method sets the touch parameters in the device.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetTouchParameters(
	TouchParameters t
)

Parameters

t
Type: ProScriptTouchParameters
touch parameters to set
See Also