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