OnMouseDblClick

Started by AutoKAD · 2010-09-03 22:44 UTC · 2 replies · SMF topic #1338

I can't get the OnMouseDblClick event to work.  Does this fire off during/after the other double click events or is this a catch all event for double clicks?  What am I doing wrong?
Attachments
This is a bug, and I have now fixed this for the next build. In the meantime, you can enable one of the other mouse events like MouseWheel (even if you don't define a handler for it) to trick it into working.
Excellent.  Thanks for the help Owen!