Searched refs:touch_swiping_ (Results 1 – 2 of 2) sorted by relevance
253 if (touch_finger_down_ && !touch_swiping_) { in OnInputEvent()256 touch_swiping_ = true; in OnInputEvent()257 } else if (!touch_finger_down_ && touch_swiping_) { in OnInputEvent()258 touch_swiping_ = false; in OnInputEvent()
263 bool touch_swiping_; variable