Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>m_curoff()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
M_CUROFF()
Switchs the mouse off
------------------------------------------------------------------------------
Syntax:

     M_CUROFF() --> NIL

Parameters:

     NONE

Returns:

     NIL

Description:

     Switchs the mouse cursor off. Every time the screen is accessed for
     writing or reading, the mouse cursor MUST be deactivated, and can be
     activated immediately after the operation has been performed.

Example:

     M_CUROFF()
     @ 10,10 SAY PADC( "dBsee", 22 )
     @ 11,10 SAY "CASE for CA-CLIPPER"
     M_CURON()

See also:

     M_CURON()

See Also: M_CURON()

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