mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04: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);
|
||||
return;
|
||||
}
|
||||
sdl2_reset_keys(scon);
|
||||
gui_keysym = 0;
|
||||
}
|
||||
if (!gui_keysym) {
|
||||
|
|
Loading…
Add table
Reference in a new issue