We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e9e7b commit cdc501bCopy full SHA for cdc501b
src/ruis/widget/base/touch/flickable.hpp
@@ -59,12 +59,7 @@ class flickable :
59
std::deque<touch_move_info> touch_history;
60
61
void push_touch_move_to_history(touch_move_info tm);
62
-
63
vec2 calculate_touch_velocity_px_per_ms();
64
65
- /**
66
- * @return Pixels per ms.
67
- */
68
ruis::vec2 calculate_touch_velocity_for_at_least_3_points_using_ols_method_px_per_ms();
69
70
// inertial scrolling state
0 commit comments