mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
input: switch hid mouse and tablet to the new input layer api.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
1ff5eedd1d
commit
8b84286f4c
2 changed files with 124 additions and 72 deletions
|
@ -23,7 +23,6 @@ typedef void (*HIDEventFunc)(HIDState *s);
|
|||
typedef struct HIDMouseState {
|
||||
HIDPointerEvent queue[QUEUE_LENGTH];
|
||||
int mouse_grabbed;
|
||||
QEMUPutMouseEntry *eh_entry;
|
||||
} HIDMouseState;
|
||||
|
||||
typedef struct HIDKeyboardState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue