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_init()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
M_INIT()
Initialises the mouse characters
------------------------------------------------------------------------------
Syntax:

     M_INIT( [<lGraphic>] ) --> NIL

Parameters:

     <lGraphic> If .T. a graphic mouse will be defined. If .F. it will be a
     text mouse.

Returns:

     NIL

Description:

     Inits the mouse characters, allowing to choose between textual and
     graphic mouse. This function must be called immediately after
     M_SETUP().

Example:

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

See also:

     M_CLOSE(), M_SETUP()

See Also: M_CLOSE() M_SETUP()

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