SYN_GESTURE_DRAG
sc->gesture_type |= SYN_GESTURE_DRAG;
sc->gesture_type &= ~SYN_GESTURE_DRAG;
#define SYN_IS_DRAG(t) ((t) & SYN_GESTURE_DRAG)