FT_MMICKEYS()
Get mickeys
──────────────────────────────────────────────────────────────────────────────

Syntax

FT_MMICKEYS( @<nX>, @<nY> ) -> NIL

Arguments

<nX> is a variable that will receive the vertical mickey count.

<nY> is a variable that will receive the horizontal mickey count.

Returns

NIL

Description

<nX> and <nY> must be passed by reference to receive
the mouse position in Mickeys.

Examples

FT_MMICKEYS( @nX, @nY )
? nX
? nY

Source: MOUSE1.PRG

Author: Leo Letendre