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
Naturally if I accidentally pressed a button, I'd try to abort the press with sliding my finger of the button and then releasing. It would be nice if we can implement such a behavior. Right now we always send an ButtonUnlatchedOrReleased if there is a button at the "mouse down" coordinates. Instead we should try to send a ButtonPressAborted when the "mouse up" coordinates is outside of the button initially pressed.
The text was updated successfully, but these errors were encountered:
Naturally if I accidentally pressed a button, I'd try to abort the press with sliding my finger of the button and then releasing. It would be nice if we can implement such a behavior. Right now we always send an
ButtonUnlatchedOrReleased
if there is a button at the "mouse down" coordinates. Instead we should try to send aButtonPressAborted
when the "mouse up" coordinates is outside of the button initially pressed.The text was updated successfully, but these errors were encountered: