]> git.proxmox.com Git - mirror_qemu.git/commit
sdl2: drop qemu_input_event_send_key_qcode call
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 8 Feb 2019 07:27:44 +0000 (08:27 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 21 Feb 2019 09:43:10 +0000 (10:43 +0100)
commitd51b8cb9479d369f85f40af812be0b7cef5bc6fd
tree28085b2462f9a073c3e83589054e45c9f7522081
parentbe812c0ab7d5ab741d0d87387a75a0e8bb6461e7
sdl2: drop qemu_input_event_send_key_qcode call

qkbd_state_key_event() does that for us.

Fixes: 07333e1ca3 kbd-state: use state tracker for sdl2
Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-id: 20190208072744.10687-1-kraxel@redhat.com
ui/sdl2-input.c