| 126 | {} |
| 127 | |
| 128 | void move_view_controller_t::input_motion() |
| 129 | { |
| 130 | drag_helper->handle_motion(wf::get_core().get_cursor_position().round_down()); |
| 131 | } |
| 132 | |
| 133 | void move_view_controller_t::input_released(bool force_stop) |
| 134 | { |
no test coverage detected