milkymist: softmmu: fix event handling
Keys which send more than one scancode (esp. windows key) weren't handled correctly since commit 1ff5eedd. Two events were put into the input event queue but only one was processed. This fixes this by fetching all pending events in the callback handler. Signed-off-by: NMichael Walle <michael@walle.cc> Cc: Gerd Hoffmann <kraxel@redhat.com>
Showing
想要评论请 注册 或 登录