| 2137 | } |
| 2138 | |
| 2139 | void Viewport::add_cursor_x() |
| 2140 | { |
| 2141 | double ypos = (_cur_preY - _view.get_view_rect().top()) * 1.0 / _view.get_view_height(); |
| 2142 | _view.add_xcursor(ypos, ypos); |
| 2143 | _view.show_xcursors(true); |
| 2144 | } |
| 2145 | |
| 2146 | void Viewport::UpdateLanguage() |
| 2147 | { |
nothing calls this directly
no test coverage detected