45 cursor_past_pos_x_ = cursor_pos_x_;
46 cursor_past_pos_y_ = cursor_pos_y_;
47 GetMousePoint(&cursor_pos_x_, &cursor_pos_y_);
50 const int mouse_input = GetMouseInput();
52 for (
const auto& i : kMouseKeyCodes)
57 pushing_counter_[i]++;
58 releasing_counter_[i] = 0;
63 pushing_counter_[i] = 0;
64 releasing_counter_[i]++;
69 wheel_rot_ = GetMouseWheelRotVol();