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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c3774 int y_ok, center_button, center_x, right_button, right_x, i; local
3885 y_ok = sc->syninfo.softbuttons_y >= 0 ?
3901 if (right_x > 0 && start_x > right_x && y_ok)
3904 else if (center_x > 0 && start_x > center_x && y_ok)

Completed in 131 milliseconds