]> Git Repo - qemu.git/blobdiff - hw/hid.h
Merge remote-tracking branch 'kraxel/usb.29' into staging
[qemu.git] / hw / hid.h
index 4a8fa5b63f536af9793b8fbca89a6223e4de79b6..9ce03b118c9db127a8397fc728922f95f8c80b3f 100644 (file)
--- 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);
This page took 0.02093 seconds and 4 git commands to generate.