property mouseY

(r/o) int32 mouseY;

Typ

Zugriff

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