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
When clicking in the window, dragging out, and releasing the button, window.get_mouse_down(MouseButton::Left) continues to return true until the mouse comes back in. Is this intended behavior / a limitation of the Windows API?
Related: #280, where the state wasn't updated even after coming back to the window.
The text was updated successfully, but these errors were encountered:
When clicking in the window, dragging out, and releasing the button,
window.get_mouse_down(MouseButton::Left)
continues to return true until the mouse comes back in. Is this intended behavior / a limitation of the Windows API?Related: #280, where the state wasn't updated even after coming back to the window.
The text was updated successfully, but these errors were encountered: