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

       Arguments:

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

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

       Return:

     Nothing.

       Example:

     Limit mouse cursor to rows 3 to 10 with:

     _twM8( 3 * 8, 10 * 8 )

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