_SCREENX

From QB64 Wiki
Jump to navigation Jump to search

The _SCREENX function returns the current column pixel coordinate of the program window on the desktop.


Syntax

positionX& = _SCREENX


Description


Examples

Example: Clicks and opens program window header menu:

_SCREENMOVE _MIDDLE _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