You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just accidentally hit my middle mouse button and got an exception. In this case, it's easy enough to just map to MouseButton.MIDDLE, but more generally we should just fail silently if a mouse button we don't particularly care about is pressed (it shouldn't be an exception)
The text was updated successfully, but these errors were encountered:
just accidentally hit my middle mouse button and got an exception. In this case, it's easy enough to just map to
MouseButton.MIDDLE
, but more generally we should just fail silently if a mouse button we don't particularly care about is pressed (it shouldn't be an exception)The text was updated successfully, but these errors were encountered: