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

/systemd/src/udev/
H A Dudev-builtin-input_id.c141 bool has_rel_coordinates = false; local
176 has_rel_coordinates = test_bit(EV_REL, bitmask_ev) && test_bit(REL_X, bitmask_rel) && test_bit(REL_Y, bitmask_rel);
216 if (has_rel_coordinates && has_mouse_button)

Completed in 1035 milliseconds