Closed inc0der closed 1 year 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.
MIDDLE_MOUSE
MOUSE_DOWN
MOUSE_UP
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.
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 theMOUSE_DOWN
andMOUSE_UP
events.