_SCREENY - mkilgore/QB64pe GitHub Wiki

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

Syntax

positionY& = _SCREENY

Description

Examples

Example: Clicks and opens program window header menu:

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

See also


Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page
⚠️ **GitHub.com Fallback** ⚠️