FT_MGETY()
Get mouse cursor column position
──────────────────────────────────────────────────────────────────────────────
Syntax
FT_MGETY() -> nColPos
Arguments
NONE
Returns
<nColPos> Column position of mouse in virtual screen coordinates
Description
Retrieves mouse's column position in virtual screen coordinates. The
values returned are multiples of 8 when in text mode and with at least
Microsoft drivers 6 and above.
Examples
? FT_MGETY()
Source: MOUSE1.PRG
Author: Leo Letendre