Fix AltGR getting stuck on Windows right alt-tab
Fixes #28511.
(cherry picked from commit e01452adb0
)
This commit is contained in:
parent
8edd526c2c
commit
16757a80a8
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,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 a new issue