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?
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!