Searched refs:touch_swiping_ (Results 1 – 2 of 2) sorted by relevance
266 if (touch_finger_down_ && !touch_swiping_) { in OnInputEvent()269 touch_swiping_ = true; in OnInputEvent()270 } else if (!touch_finger_down_ && touch_swiping_) { in OnInputEvent()271 touch_swiping_ = false; in OnInputEvent()
263 bool touch_swiping_; variable