mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
console: add kbd_put_qcode_console
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9bb931802e
commit
50ef467923
2 changed files with 25 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ void do_mouse_set(Monitor *mon, const QDict *qdict);
|
|||
#define QEMU_KEY_CTRL_PAGEDOWN 0xe407
|
||||
|
||||
void kbd_put_keysym_console(QemuConsole *s, int keysym);
|
||||
bool kbd_put_qcode_console(QemuConsole *s, int qcode);
|
||||
void kbd_put_keysym(int keysym);
|
||||
|
||||
/* consoles */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue