Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_hidecurs()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_HIDECURS()


Syntax:        L_HIDECURS()


Purpose:       To make the mouse cursor invisible.


Arguments:     None.


Returns:       Nothing.



Usage:         This function is cumulative. In other words, if this
               function is called three times then three calls to
               L_SHOWCURS() must be made to make the mouse cursor
               visible again.

               Use this function to hide the cursor before modifying
               the screen with Graphics routines etc.

               L_SHOWCURS() may be called after the screen has been
               modified.

               This is equivalent to Clipper"s SET CURSOR OFF


Examples:      * Make cursor invisible
               L_HIDECURS()


Language:      Assembler

See Also: L_SHOWCURS() L_CHIDECUR()

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