1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #71730 from reduz/fix-altgr-stuck

Fix AltGR getting stuck on Windows right Alt-Tab
This commit is contained in:
Rémi Verschelde
2023-01-21 11:31:29 +01:00

View File

@@ -3513,6 +3513,7 @@ void DisplayServerWindows::_process_activate_event(WindowID p_window_id, WPARAM
alt_mem = false;
control_mem = false;
shift_mem = false;
gr_mem = false;
// Restore mouse mode.
_set_mouse_mode_impl(mouse_mode);