FT_MSETCOORD()
Position the mouse cursor using text screen coordinates
──────────────────────────────────────────────────────────────────────────────
Syntax
FT_MSETPOS( <nX>, <nY> ) -> NIL
Arguments
<nX> is the desired mouse row.
<nY> is the desired mouse column.
Returns
NIL
Description
Positions mouse cursor on screen using text (normal row and column)
coordinates.
Examples
FT_MSETCOORD( 10, 20 ) // position mouse cursor at row 10, col 20
// in text screen coordinates
Source: MOUSE1.PRG
Author: Leo Letendre