win32-kbd-hook.c 340 B

123456789101112131415161718
  1. /*
  2. * Win32 keyboard hook stubs
  3. *
  4. * This work is licensed under the terms of the GNU GPL, version 2 or
  5. * (at your option) any later version. See the COPYING file in the
  6. * top-level directory.
  7. */
  8. #include "qemu/osdep.h"
  9. #include "ui/win32-kbd-hook.h"
  10. void win32_kbd_set_window(void *hwnd)
  11. {
  12. }
  13. void win32_kbd_set_grab(bool grab)
  14. {
  15. }