MOUSEY function

Purpose

Return the current row position (y coordinate) of the mouse cursor, as of the most recent mouse event retrieved by INKEY$ or WAITKEY$.

Syntax

y& = MOUSEY

Remarks

The value returned is in the range of 1 to the maximum number of screen rows as returned by SCREENY.

See also

INKEY$, INSHIFT, MOUSE, MOUSESTAT, MOUSEX, WAITKEY$, WAITSTAT, SCREENX, SCREENY