Environment
App: egui_demo_app (+ other egui-based apps)
OS: Windows 11
Git: 0bc59f5
Describe the bug
- Open the 'input test' demo.
- Click and hold
Sense::drag
- Move cursor off egui window
- Alt-tab to a different window
- Release mouse
- Alt-tab back to egui window
- Move cursor around
- Mouse is erroneously considered pressed, even though it was released
- Click mouse on egui window to fix state
Expected
Mouse should be detected as released once it is released. Other native windows apps seem to do this correctly, e.g. ms paint.
Environment
App: egui_demo_app (+ other egui-based apps)
OS: Windows 11
Git: 0bc59f5
Describe the bug
Sense::dragExpected
Mouse should be detected as released once it is released. Other native windows apps seem to do this correctly, e.g. ms paint.