mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
console: add kbd_put_string_console
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
50ef467923
commit
bdef972474
2 changed files with 10 additions and 0 deletions
|
@ -83,6 +83,7 @@ void do_mouse_set(Monitor *mon, const QDict *qdict);
|
|||
|
||||
void kbd_put_keysym_console(QemuConsole *s, int keysym);
|
||||
bool kbd_put_qcode_console(QemuConsole *s, int qcode);
|
||||
void kbd_put_string_console(QemuConsole *s, const char *str, int len);
|
||||
void kbd_put_keysym(int keysym);
|
||||
|
||||
/* consoles */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue