[Solved] DOUBLE_CLICK not working!

It flat-out does not work. I’ve stripped things down to such a minimal setup where only double-click is the only event scheduled and still nothing.

It looks like it is working, but that you need to enable it :slight_smile:

Try this:

sprite.doubleClickEnabled = true;

Then try and see if MouseEvent.DOUBLE_CLICK comes through :slight_smile:

2 Likes

I didn’t notice the doubleClickEnabled flag. Thank you!