vote up 1 vote down star

Can I use javascript to get the system's double click interval?

flag

2 Answers

vote up 1 vote down check

There is no way in JavaScript to retrieve that type of system information.

You might be able to figure out some strange clicking test using onclick and onddblclick to get it, but I doubt it will be exact and would require user interaction.

link|flag
vote up 1 vote down

using pure javascript, and not asking the user to help you? no

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.