Home
last modified time | relevance | path

Searched refs:wheel (Results 1 – 13 of 13) sorted by relevance

/qemu/ui/
H A Dspice-input.c117 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 Dinput-linux.c49 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 Dsdl2.c556 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 Dcocoa.m1046 * Send wheel events to the guest regardless of window focus.
/qemu/hw/display/
H A Dxenfb.c59 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 Ddebian-tricore-cross.docker34 python3-wheel \
H A Ddebian-loongarch-cross.docker35 python3-wheel && \
H A Ddebian-legacy-test-cross.docker39 python3-wheel && \
H A Ddebian-hexagon-cross.docker28 python3-wheel && \
H A Ddebian-all-test-cross.docker34 python3-wheel
/qemu/python/
H A DMakefile67 $(PIP_INSTALL) wheel 1>/dev/null; \
/qemu/qapi/
H A Dui.json1064 'data' : [ 'left', 'middle', 'right', 'wheel-up', 'wheel-down', 'side',
1065 'extra', 'wheel-left', 'wheel-right', 'touch' ] }
/qemu/docs/devel/
H A Dbuild-system.rst187 In order to include a new or updated wheel, modify and rerun the