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]

 _twM4( nC, nD )
 ----------------------------------------------------------------------------
     Set the mouse cursor position in terms of virtual screen
     coordinates. ( 640 x 200 )

       Arguments:

     nC - 'N' X coordinate to set.

     nD - 'N' Y coordinate to set.

       Return:

     Nothing.

       Example:

     To set the mouse cursor at Row 3, Column 13:

        _twM4( 13 * 8, 3 * 8 )

See Also: twMSetRC()

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