Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<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()

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