hiSetMultiClickTime
hiSetMultiClickTime(x_milliseconds) =>t
Description
Sets the number of milliseconds that must elapse before a mouse click is recognized as a separate single click rather than the second click of a double click.
The valid range is 50–1000 units (1/20th of a second to one second). Values below 50 are set to 50 and a warning is output. Values above 1000 are set to 1000 and a warning is output.
Argument
|
Number of milliseconds that should elapse before another mouse click is recognized as a separate single click. |
Value Returned
Related Topics
Return to top