1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Fix AltGR getting stuck on Windows right alt-tab

Fixes #28511.
This commit is contained in:
Juan Linietsky
2023-01-20 14:04:55 +01:00
parent 621e32971e
commit e01452adb0

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);