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

/external/qemu/hw/
H A Dps2.c106 int mouse_dy; member in struct:__anon11582
288 dy1 = s->mouse_dy;
326 s->mouse_dy -= dy1;
340 s->mouse_dy -= dy;
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)
543 qemu_put_be32(f, s->mouse_dy);
580 s->mouse_dy=qemu_get_be32(f);

Completed in 74 milliseconds