Searched refs:touch_swiping_ (Results 1 – 2 of 2) sorted by relevance
292 if (touch_finger_down_ && !touch_swiping_) { in OnInputEvent()295 touch_swiping_ = true; in OnInputEvent()296 } else if (!touch_finger_down_ && touch_swiping_) { in OnInputEvent()297 touch_swiping_ = false; in OnInputEvent()
269 bool touch_swiping_; variable