Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - <b>msetpos()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MSETPOS()
 Set a new position for the mouse cursor
------------------------------------------------------------------------------
 Syntax

     MSETPOS( <nRow>, <nCol> ) --> NIL

 Returns

     MSETPOS() always returns NIL.

 Description

     MSETPOS () is a function that moves the mouse cursor to a new position
     on the screen.  After the mouse cursor is positioned, MROW() and MCOL()
     are updated accordingly.  To control the visibility of the mouse cursor,
     use MSETCURSOR().


See Also: MSETCURSOR() MROW() MCOL()

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