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>msopen() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSOPEN()                                                    Mouse Function
 Purpose..: Place the mouse cursor on the screen
-------------------------------------------------------------------------------
 Syntax...: MsOpen( <nRow>, <nCol> ) --> NIL

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

 Returns..: NIL

 Source...: MSOPEN.C
-------------------------------------------------------------------------------
 Example..: The example opens the mouse at maxrow(), maxcol() then
            uses MsShow() to display the mouse cursor.

                MsOpen( maxrow(), maxcol() )
                MsShow( )

See Also: MsClose()

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