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 you mousedown on a window, drag outside of it and release, the press state in egui is cleared correctly (at least on native, in browsers this doesn't seem to work #101).
But when you mousedown on window A, drag over to window B, release, then the state is kept until you click in window A again.
When you mousedown on a window, drag outside of it and release, the press state in egui is cleared correctly (at least on native, in browsers this doesn't seem to work #101).
But when you mousedown on window A, drag over to window B, release, then the state is kept until you click in window A again.
Here's an example, printing
in
two_windows.rs
:2024-03-28.14-10-50.mp4
The text was updated successfully, but these errors were encountered: