How can I query the click interval for doubleclicking on an InteractiveObject? According to the API…
[FONT=“Courier New”]The allowable length of this period varies by operating system and can often be configured by the user.[/FONT]
I would like to know how long my code should wait before deciding that there was only a single click (or, two single clicks). Ideas?