property mouseX

(r/o) int32 mouseX;

Typ

Zugriff

This property returns the x-coordinate of the mouse position.
function mouseInfo()
{
    shell.print("mouse position = (" + appUtils.mouseX + ", " + appUtils.mouseY + ")");
}