Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_nunchuk.c64 bool y_changed; in nunchuk_poll() local
72 y_changed = (joystick_y != data->joystick_y); in nunchuk_poll()
76 sync_flag = !y_changed; in nunchuk_poll()
80 if (y_changed) { in nunchuk_poll()