Searched refs:wheel (Results 1 – 13 of 13) sorted by relevance
/qemu/ui/ |
H A D | spice-input.c | 117 int wheel, uint32_t button_mask) in spice_update_buttons() argument 129 if (wheel < 0) { in spice_update_buttons() 132 if (wheel > 0) { in spice_update_buttons() 195 static void tablet_wheel(SpiceTabletInstance* sin, int wheel, in tablet_wheel() argument 200 spice_update_buttons(pointer, wheel, buttons_state); in tablet_wheel() 220 .wheel = tablet_wheel,
|
H A D | input-linux.c | 49 int wheel; member 241 il->wheel = event->value; in input_linux_handle_mouse() 259 if (il->wheel != 0) { in input_linux_handle_mouse() 260 input_linux_event_mouse_button((il->wheel > 0) in input_linux_handle_mouse() 263 il->wheel = 0; in input_linux_handle_mouse()
|
H A D | sdl2.c | 556 struct sdl2_console *scon = get_scon_from_window(ev->wheel.windowID); in handle_mousewheel() 557 SDL_MouseWheelEvent *wev = &ev->wheel; in handle_mousewheel()
|
H A D | cocoa.m | 1046 * Send wheel events to the guest regardless of window focus.
|
/qemu/hw/display/ |
H A D | xenfb.c | 59 int wheel; member 254 xenfb->wheel--; in xenfb_mouse_event() 259 xenfb->wheel++; in xenfb_mouse_event() 309 xenfb->wheel, 0, in xenfb_mouse_sync() 314 xenfb->wheel); in xenfb_mouse_sync() 318 xenfb->wheel); in xenfb_mouse_sync() 322 xenfb->wheel = 0; in xenfb_mouse_sync()
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-tricore-cross.docker | 34 python3-wheel \
|
H A D | debian-loongarch-cross.docker | 35 python3-wheel && \
|
H A D | debian-legacy-test-cross.docker | 39 python3-wheel && \
|
H A D | debian-hexagon-cross.docker | 28 python3-wheel && \
|
H A D | debian-all-test-cross.docker | 34 python3-wheel
|
/qemu/python/ |
H A D | Makefile | 67 $(PIP_INSTALL) wheel 1>/dev/null; \
|
/qemu/qapi/ |
H A D | ui.json | 1064 'data' : [ 'left', 'middle', 'right', 'wheel-up', 'wheel-down', 'side', 1065 'extra', 'wheel-left', 'wheel-right', 'touch' ] }
|
/qemu/docs/devel/ |
H A D | build-system.rst | 187 In order to include a new or updated wheel, modify and rerun the
|