SYNC_Y
if (motion->sync & SYNC_Y) {
set_y(&motion->pos, y, &motion->sync, SYNC_Y);
input->motion.sync |= SYNC_Y;
#define SYNC_POSITION (SYNC_X | SYNC_Y)