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>mdefrelease()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MDEFRELEASE()
 Sets default for waiting for mouse release in Hot Spots
------------------------------------------------------------------------------
 Syntax
      MDEFRELEASE(<lDefaultRel>) -> <lCurrentRel>
 Arguments
     <lReleaseDef> - If present will set the default action on releasing
                   the mouse button before continuing when servicing a
                   "Hot Spot". If absent no change made. .T. causes
                   a wait for release.
 Returns
     <lCurrentRel> - The current value.
 Description
     This routine sets the default for whether or not a hot spot waits
     for the mouse button to be released before returning control to the
     GET/READ system. Its value can be overridden when each hot spot is
     created.

     The default release action is not to require a release (= .F.)
 Examples
     MDefRelease(.T.)  // Make all hot spots wait for button release

 Source: MOUSFUNC.PRG

 Author: Leo Letendre

See Also: MDEFSLEEP()

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