* Stops rotating the globe downwards. * @param action Pointer to an action. */
| 280 | * @param action Pointer to an action. |
| 281 | */ |
| 282 | void SelectDestinationState::btnRotateDownRelease(Action *) |
| 283 | { |
| 284 | _globe->rotateStopLat(); |
| 285 | } |
| 286 | |
| 287 | /** |
| 288 | * Zooms into the globe. |
nothing calls this directly
no test coverage detected