Fix AltGR getting stuck on Windows right alt-tab
Fixes #28511.
(cherry picked from commit e01452adb0
)
This commit is contained in:
parent
dc0f7255f1
commit
3d9bcd7d27
@ -321,6 +321,7 @@ LRESULT OS_Windows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
alt_mem = false;
|
||||
control_mem = false;
|
||||
shift_mem = false;
|
||||
gr_mem = false;
|
||||
} else { // WM_INACTIVE
|
||||
input->release_pressed_events();
|
||||
main_loop->notification(MainLoop::NOTIFICATION_WM_FOCUS_OUT);
|
||||
|
Loading…
Reference in New Issue
Block a user