Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript to get system double click interval?

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

like image 481
jedierikb Avatar asked Jul 15 '09 18:07

jedierikb


1 Answers

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.

like image 134
epascarello Avatar answered Oct 11 '22 17:10

epascarello