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

 Arguments: none      

 Returns..: NIL

 Source...: MSHIDE.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 cursor flicker on the screen.

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

See Also: MsHideAt() MsShow() MsOpen() MsClose() MsHidden()

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