diff options
Diffstat (limited to 'hw/hid.h')
| -rw-r--r-- | hw/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hid.h b/hw/hid.h index 4a8fa5b63f..9ce03b118c 100644 --- a/hw/hid.h +++ b/hw/hid.h @@ -51,6 +51,7 @@ void hid_free(HIDState *hs); bool hid_has_events(HIDState *hs); void hid_set_next_idle(HIDState *hs, int64_t curtime); +void hid_pointer_activate(HIDState *hs); int hid_pointer_poll(HIDState *hs, uint8_t *buf, int len); int hid_keyboard_poll(HIDState *hs, uint8_t *buf, int len); int hid_keyboard_write(HIDState *hs, uint8_t *buf, int len); |