We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d8c72 commit 4fcba8aCopy full SHA for 4fcba8a
src/ruis/widget/base/touch/flickable.cpp
@@ -93,6 +93,8 @@ ruis::event_status flickable::on_mouse_button(const mouse_button_event& event)
93
case state::inertial_scrolling:
94
utki::assert(event.action == button_action::press, SL);
95
96
+ // inertial scrolling stopped by touch
97
+
98
this->cur_state = state::dragging;
99
this->prev_touch_point = event.pos;
100
0 commit comments