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]

 _twM16( nA, nB, nC, nD )
 ----------------------------------------------------------------------------
     Define a region of the screen you may be writing to. When the
     mouse cursor is in this region it will be hidden. The coordinates
     refer to the virtual screen.

     To end this function, you must call _twM1() to display the cursor.

       Arguments:

     nA - 'N' Left X coordinate of the region.

     nB - 'N' Upper Y coordinate of the region.

     nC - 'N' Right X coordinate of the region.

     nD - 'N' Lower Y coordinate of the region.

       Return:

     Nothing.

       Example:

     Prepare screen region defined by rows and columns ( 3, 3, 10, 10 )
     for updating with:

     _twM16( 3 * 8, 3 * 8, 10 * 8, 10 * 8 )

See Also: twMCrsOn() twMCursor() _twM1() _twM2()

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