HTML5 : Event.MOUSE_MOVE.buttonDown return always false

Hello,

Event.MOUSE_MOVE.buttonDown return always false when export to html5

stage.addEventListener( MouseEvent.MOUSE_MOVE, moveHandler );
private function moveHandler(event:MouseEvent):Void
{
	trace( event.buttonDown );
}

Thanks

Thanks for helping us know this was an issue! It should be fixed in the development builds now :slight_smile:

It work for MouseEvent.MOUSE_DOWN but not for MouseEvent.MOUSE_MOVE

I think it should be fixed now :sunglasses:

thanks great and faster job