* Starts rotating the globe downwards. * @param action Pointer to an action. */
| 271 | * @param action Pointer to an action. |
| 272 | */ |
| 273 | void SelectDestinationState::btnRotateDownPress(Action *) |
| 274 | { |
| 275 | _globe->rotateDown(); |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Stops rotating the globe downwards. |
nothing calls this directly
no test coverage detected