Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>mssetpos() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSSETPOS()                                                  Mouse Function
 Purpose..: Move the mouse cursor to another spot
-------------------------------------------------------------------------------
 Syntax...: MsSetPos( <nRow>, <nCol> ) --> NIL

 Arguments: <nRow>     = row on the screen.
            <nCol>     = column on the screen.

 Returns..: NIL

 Source...: MSSETPOS.C
-------------------------------------------------------------------------------
 Example..: The example moves the cursor to the specified co-ordinates.

               MsSetPos( 12, 40 )

See Also: MsIsOn() MsOpen()

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