commit | 3f9a6e852eec56453a423a9564499fa2305f1cb4 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu May 22 12:05:52 2014 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon May 26 08:41:02 2014 +0200 |
tree | 9957c15ff6099114463eff41b91f2011a8f62f70 | |
parent | aea7947c74e67e35352d6e7de2a06c8826c2c24d [diff] [blame] |
console: add kbd_put_keysym_console So you can send keysyms to a specific (text terminal) console. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
diff --git a/include/ui/console.h b/include/ui/console.h index 8a86617..b513e20 100644 --- a/include/ui/console.h +++ b/include/ui/console.h
@@ -81,6 +81,7 @@ #define QEMU_KEY_CTRL_PAGEUP 0xe406 #define QEMU_KEY_CTRL_PAGEDOWN 0xe407 +void kbd_put_keysym_console(QemuConsole *s, int keysym); void kbd_put_keysym(int keysym); /* consoles */