haxeui / haxeui-html5

The HTML5 backend of the HaxeUI framework -
http://haxeui.org
MIT License
28 stars 14 forks source link

update mouse events now that we have middle mouse equivalent in haxe #45

Closed inc0der closed 11 months ago

inc0der commented 11 months ago

This updates the mouse events so that it now triggers the corresponding MIDDLE_MOUSE event. With the old behavior the middle mouse button would trigger the MOUSE_DOWN and MOUSE_UP events.

inc0der commented 11 months ago

I think I got everything covered, I did some testing and middle mouse events register and normal mouse events do not trigger middle mouse events.