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>msshow() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSSHOW()                                                    Mouse Function
 Purpose..: Turn on the mouse cursor
-------------------------------------------------------------------------------
 Syntax...: MsShow( ) --> NIL

 Arguments: none      

 Returns..: NIL

 Remark...: The function must be called after MsOpen() to display
             the mouse cursor.

 Source...: MSSHOW.C
-------------------------------------------------------------------------------
 Example..: The example hides the cursor while drawing on the screen
            and then turns it back on when completed. As such, it eliminates
            the possibility of "rat turds", "mouse droppings" or anything
            inately evil.

           wOpen ( "SomeWin" )
           setpos( wTRow() - 1, wLCol() )
           MsHide( )
           devout( repl( ".", wWidth() + 1 ) )
           MsShow( )
           ...
           wClose( "SomeWin" )

See Also: MsHideAt() MsHide() MsClose()

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