Moves the pointer to a new position specified in screen percentage units.
Syntax
MoveToScreenPercent(widthPercent, heightPercent)
Parameters
- widthPercent
- New horizontal position, in screen percentage units.
- heightPercent
- New vertical position, in screen percentage units.
Remarks
The screen percentage coordinate system is useful for commands
where you speak the coordinates of a pointer position or offset. It has (0,0) at the upper left corner
of the screen and (100,100) at the lower right corner of the screen.
Examples
CopyClick a point on the screen
<n> := 0..100; <n> By <n> Touch = MoveToScreenPercent($2, $1) {LeftButton};
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)