I am able to track mouse move. I plan to use same calculations to see what object the mouse is over but canvas appears not to get the double click event (using jquery).
What is the best way to track double clicks? If you suggest keeping track of time than how do i get single clicks and how do i get time?
A sample canvas:
Detect double click on canvas:
DEMO