Searched refs:mouse (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c38 boot_mouse_report_t mouse; member in union:i8042_device::__anon392
468 dev->report.mouse.buttons = data;
471 int state = dev->report.mouse.buttons;
473 dev->report.mouse.rel_x = d - ((state << 4) & 0x100);
477 int state = dev->report.mouse.buttons;
480 dev->report.mouse.rel_y = ((state << 3) & 0x100) - d;
481 dev->report.mouse.buttons &= 0x7;
485 dev->ifc->io_queue(dev->cookie, (const uint8_t*)&dev->report.mouse,
486 sizeof(dev->report.mouse));
489 memset(&dev->report.mouse,
[all...]
/fuchsia/zircon/scripts/
H A Drun-zircon392 ARGS+=" -device virtio-mouse-pci"
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in2328 * Fixed a bug with browser mouse handler interaction
2331 * Updated the zoom code to support the mouse wheel on Safari/Chrome
2432 * Handle mouse move event.
2457 // Compute new scale matrix in current mouse position
2466 * Handle mouse move event.
2526 * Handle mouse button release event.

Completed in 41 milliseconds