[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson