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 Guide to Clip-4-Win version 3.0 - <b>showcursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ShowCursor()
Show or hide the mouse cursor
------------------------------------------------------------------------------

Syntax
ShowCursor( <lShow> )   -->   nCount

Arguments
<lShow> is a logical TRUE (.T.) to increase the stored count,
or FALSE (.F.) to decrease the count.

Returns
The new stored count is returned.

Description
ShowCursor() maintains a count of the number of times it has
been called with a FALSE parameter without a subsequent call
with a TRUE parameter, and the mouse cursor remains hidden
until this count is greater than or equal to zero.

The mouse cursor is a shared resource, so an application
should probably not use this function.

If there is no mouse connected to the computer the stored
count starts at -1.  If there is a mouse the count starts at
zero (0).

Example
ShowCursor( .T. )


See Also: CreateCursor() DestroyCursor() LoadCursor() SetCursor()

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