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_ismouse()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
M_ISMOUSE()
Verifies if the mouse is active
------------------------------------------------------------------------------
Syntax:

     M_ISMOUSE() --> lIsMouse

Parameters:

     NONE

Returns:

     <lIsMouse> If .T. the mouse is active

Description:

     Verifies if the mouse is active.

Example:

     M_SETUP()           // Mouse setup
     M_INIT()
     M_CURON()           // Switch the cursor on
     IF !M_ISMOUSE()     // if it is not active
        ? "Load the mouse driver"
        ? "before running the application"
        QUIT
     END

See also:

     M_INIT(), M_SETUP()

See Also: M_INIT() M_SETUP()

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