Files
spice2x.github.io/src/spice2x/overlay
bicarus 440b9ed749 overlay: fix how input is handled when window loses focus (#632)
## Link to GitHub Issue or related Pull Request, if one exists
#286 

## Description of change
When we migrated to event-based I/O for ImGui, it introduced an issue
where a button would be held down even when the window is not in focus,
because we didn't notify ImGui that the button was released (after the
window lost focus).

Fix the ImGui custom I/O handler so that it immediately releases all
buttons when the window focus is lost.

## Testing
tested on 32-bit windowed mode
2026-04-12 04:44:46 -07:00
..
2026-04-12 02:11:24 -07:00
2026-04-12 02:11:24 -07:00
2026-01-02 21:54:25 -08:00
2025-09-14 02:29:14 -07:00