| 35 | const float control_ring_radius_mm = 9.5f; |
| 36 | |
| 37 | TouchCursor::TouchCursor(MapWidget* map_widget) |
| 38 | : visible(false) |
| 39 | , left_button_pressed(false) |
| 40 | , last_pressed_button(NoButton) |
| 41 | , map_widget(map_widget) |
| 42 | { |
| 43 | // nothing |
| 44 | } |
| 45 | |
| 46 | void TouchCursor::mousePressEvent(QMouseEvent* event) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected