Uses of Class
com.scriptel.proscript.TouchParameters
-
Packages that use TouchParameters Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of TouchParameters in com.scriptel.proscript
Methods in com.scriptel.proscript that return TouchParameters Modifier and Type Method Description TouchParameters
Device. getTouchParameters()
This method attempts to get the current touch parameters from the device.Methods in com.scriptel.proscript with parameters of type TouchParameters Modifier and Type Method Description void
Device. setTouchParameters(TouchParameters t)
This method sets the touch parameters in the device.
-