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

/external/qemu/hw/
H A Dps2.c105 int mouse_dx; /* current values, needed for 'poll' mode */ member in struct:__anon24848
287 dx1 = s->mouse_dx;
325 s->mouse_dx -= dx1;
339 s->mouse_dx += dx;
343 if (s->mouse_dx == 0 && s->mouse_dy == 0 && s->mouse_dz == 0 &&
354 if (s->mouse_dx == 0 && s->mouse_dy == 0 && s->mouse_dz == 0)
542 qemu_put_be32(f, s->mouse_dx);
579 s->mouse_dx=qemu_get_be32(f);

Completed in 65 milliseconds