Searched refs:vec_last_input_ (Results 1 – 2 of 2) sorted by relevance
171 vec_last_input_ = vec; in BeginDrag()193 vec_drag_delta_ = vec_drag_delta_ * MOMENTUM_FACTOR + (vec - vec_last_input_); in Drag()194 vec_last_input_ = vec; in Drag()
66 Vec2 vec_last_input_; variable