Searched refs:ydy (Results 1 – 2 of 2) sorted by relevance
134 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 …]
11 int32_t xdx, ydy; /* relative iff it's a mouse, otherwise absolute */ member