 |
| Setting and retrieving the double-click time for the mouse |
User rating: 0/10 (0 votes) | | |
|
 |
 |
Versions: click to open |
 |
|
 |
 |
 |
DO declare
LOCAL nTime
nTime = GetDoubleClickTime()
? "Double click time:", nTime, "msec"
* passing zero is equivalent to setting this parameter
* to OS default value
* which is usually 500 milliseconds
*= SetDoubleClickTime(0)
* end of main
PROCEDURE declare
DECLARE INTEGER SetDoubleClickTime IN user32;
INTEGER wCount
DECLARE INTEGER GetDoubleClickTime IN user32
|
 |
User rating: 0/10 (0 votes) | | | 401 bytes Created: 2001-07-19 12:00:00 Modified: 2010-08-05 10:16:28 Visits in 7 days: 72 |
|
 |
 |
| Listed functions: |
 |
|
 |
 |
| My comment: |
 |
| When setting double-click time to zero, the system uses the default double-click time of 500 milliseconds |
 |
 |
| Word Index links for this example: |
 |
|
|
 |
 |
| Translate this page: |
 |
|