Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_mmickeys()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson