Skip to content

_SCREENY

Samuel Gomes edited this page Nov 8, 2022 · 1 revision

The _SCREENY function returns the current row pixel coordinate of the program window on the desktop.

Syntax

positionY& = _SCREENY

Description

Example(s)

Clicks and opens program window header menu:

_SCREENMOVE _MIDDLE
_SCREENCLICK _SCREENX + 10, _SCREENY + 10
PRINT "Hello window!" 

See Also

Clone this wiki locally