Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Mouse interface routines - <b>mignoremouse()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MIGNOREMOUSE()
 Ignore the mouse if present when executing @PROMPT/MENU TO
------------------------------------------------------------------------------
 Syntax
      MIGNOREMOUSE( <lIgnore> ) -> lCurrent
 Arguments
     <lIgnore> - logical for ignoring mouse .T. = act as if mouse
               is not present. If absent just returns current setting

 Returns
     Setting in effect prior to call as a logical.
 Description
     This routine causes the MENU TO routine to ignore the mouse if present
     based upon the passed parameter. the current (prior to the call)
     value is returned. If not parameter is passed, only the current setting
     is returned.
 Examples
     lOldSetting := MIgnoreMouse(.T.)

 Source: ATPROMPT.PRG

 Author: Leo Letendre

See Also: MENU TO

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