Searched refs:touch_ids_down_ (Results 1 – 2 of 2) sorted by relevance
77 touch_ids_down_(0), in WindowEventDispatcher()879 touch_ids_down_ |= (1 << event->touch_id()); in PreDispatchTouchEvent()880 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0); in PreDispatchTouchEvent()889 touch_ids_down_ = (touch_ids_down_ | (1 << event->touch_id())) ^ in PreDispatchTouchEvent()891 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0); in PreDispatchTouchEvent()
238 uint32 touch_ids_down_; variable