SCREENCLICK
From QB64 Wiki
The _SCREENCLICK statement simulates clicking on a pixel coordinate on the desktop screen with the left mouse button.
- _SCREENCLICK column%, row%
Description:
- column% is the horizontal pixel coordinate position on the screen.
- row% is the vertical pixel coordinate position on the screen.
- Coordinates can range from 0 to the _WIDTH and _HEIGHT of the image handle returned by the _SCREENIMAGE function. The desktop image can be used to map the coordinates required.
- Keyword Not Supported in Linux or MAC versions
See also: