[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _twM7( nC, nD )
 ----------------------------------------------------------------------------
     Set mouse cursor maximum and minimum horizontal position. You may
     limit the mouse cursor to a range of screen columns with this
     function.

       Arguments:

     nC - 'N' Minimum screen X coordinate in virtual screen coordinates.

     nD - 'N' Maximum screen X coordinate in virtual screen coordinates.

       Return:

     Nothing.

       Example:

     Limit mouse cursor to columns 3 to 10 with:

     _twM7( 3 * 8, 10 * 8 )

See Also: _twM8() twMConfine() twMFree()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson