Searched refs:MXT_MOVE (Results 1 – 1 of 1) sorted by relevance
200 #define MXT_MOVE (1 << 4) macro582 if (!(status & (MXT_PRESS | MXT_MOVE))) in mxt_input_touchevent()596 status & MXT_MOVE ? "moved" : "pressed", in mxt_input_touchevent()599 finger[id].status = status & MXT_MOVE ? in mxt_input_touchevent()600 MXT_MOVE : MXT_PRESS; in mxt_input_touchevent()