Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int mousesetdblclicktime(int ticks)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int MouseSetDblClickTime(int ticks)

  This function sets the maximum number of clock ticks that can occur
between mouse-up messages before a WM_LBUTTONDBLCLK or
WM_RBUTTONDBLCLK message is generated.

Parameters
  ticks is the number of clock ticks that the mouse handler will wait.
The PC generates 18.2 clock ticks per second, so if you want the
double click interval to be 1/3 second, then ticks must be 6.

Returns
  Nothing.

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