Started by AutoKAD ·
2010-09-03 22:44 UTC ·
2 replies · SMF topic #1338
AutoKAD
2010-09-03 22:44 UTC
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?
owenwengerd
2010-09-11 03:31 UTC
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.
AutoKAD
2010-09-12 05:35 UTC
Excellent. Thanks for the help Owen!