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>meignoremouse()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MEIGNOREMOUSE()
 Ignore the mouse if present when executing MemoEdit
------------------------------------------------------------------------------
 Syntax
      MEIGNOREMOUSE( <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 MemoEdit 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: MEMOFUNC.PRG

 Author: Leo Letendre

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