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>mdoubleclk()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MDOUBLECLK()
 Set the mouse double click interval
------------------------------------------------------------------------------
 Syntax
      MDoubleCld(<nDblTime> -> <nOrigTime>
 Arguments
     <nDblTime> - The maximum time to wait for a double click.
               If no value is passed, the current setting is returned.
 Returns
     <nOrigTime> - The current setting.
 Description
     This routine sets the default time for detecting double clicks within
     the mouse interface system. The default value is 0.5 seconds.

     Note: this does not affect the value in FT_MDBLCLK() nor does it
     have any affect on any code you may add on top of the present system.
 Examples
     MDoubleCld(0.65)  // set the double click to 0.65 seconds.

 Source: MOUSFUNC.PRG

 Author: Leo Letendre

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