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_mconoff()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MCONOFF()
 Turn mouse cursur off if in specified region
------------------------------------------------------------------------------

 Syntax

     FT_MCONOFF( <nTop>, <nLeft>, <nBottom>, <nRight> )

 Arguments

    <nTop>, <nLeft> <nBottom> <nRight> are the four corners of the
          screen region in row and column coordinates.

 Returns

    NIL

 Description

    This function tells the mouse driver to hide the cursor if it is in
    the given region. The driver hides the cursor by decrementing the cursor
    flag. A call to FT_MSHOWCRS is required to turn the cursor back on.
    Calling FT_MSHOWCRS also disables this function.

    See FT_MSHOWCRS for a discussion of the cursor display flag.

 Examples

    FT_MCONOFF( 10, 10, 11, 20 )

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MSHOWCRS() FT_MHIDECRS() FT_MXLIMIT() FT_MYLIMIT() FT_MINREGION()

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