mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
sdl2: Fix dead keyboard after fullsceen
Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Message-Id: <20171112193032.9724-7-makovick@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
253347e100
commit
cd6d78b718
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ static void handle_keyup(SDL_Event *ev)
|
||||||
sdl2_reset_keys(scon);
|
sdl2_reset_keys(scon);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
sdl2_reset_keys(scon);
|
||||||
gui_keysym = 0;
|
gui_keysym = 0;
|
||||||
}
|
}
|
||||||
if (!gui_keysym) {
|
if (!gui_keysym) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue