Skip to content

Commit 4fcba8a

Browse files
committed
comment
1 parent f4d8c72 commit 4fcba8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ruis/widget/base/touch/flickable.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ ruis::event_status flickable::on_mouse_button(const mouse_button_event& event)
9393
case state::inertial_scrolling:
9494
utki::assert(event.action == button_action::press, SL);
9595

96+
// inertial scrolling stopped by touch
97+
9698
this->cur_state = state::dragging;
9799
this->prev_touch_point = event.pos;
98100

0 commit comments

Comments
 (0)