Home
last modified time | relevance | path

Searched refs:ydy (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/input/
H A Dhid.c134 e->ydy += move->value; in hid_pointer_event()
143 e->ydy = move->value; in hid_pointer_event()
203 prev->ydy += curr->ydy; in hid_pointer_sync()
204 curr->ydy = 0; in hid_pointer_sync()
207 prev->ydy = curr->ydy; in hid_pointer_sync()
215 next->ydy = 0; in hid_pointer_sync()
218 next->ydy = curr->ydy; in hid_pointer_sync()
375 dy = int_clamp(e->ydy, -127, 127); in hid_pointer_poll()
377 e->ydy -= dy; in hid_pointer_poll()
380 dy = e->ydy; in hid_pointer_poll()
[all …]
/qemu/include/hw/input/
H A Dhid.h11 int32_t xdx, ydy; /* relative iff it's a mouse, otherwise absolute */ member