Searched refs:pen_was_down (Results 1 – 1 of 1) sorted by relevance
125 static int pen_was_down = 0; in ts_thread() local188 if (pen_was_down > 1 /*&& pen_was_down < PEN_DEBOUNCE*/) {//THXXX in ts_thread()192 --pen_was_down; in ts_thread()193 } else if (pen_was_down <= 1) { in ts_thread()196 if (pen_was_down) in ts_thread()198 pen_was_down = PEN_DEBOUNCE; in ts_thread()203 if (pen_was_down) { in ts_thread()204 if (--pen_was_down) in ts_thread()213 if (! pen_was_down) { in ts_thread()