* Starts rotating the globe downwards. * @param action Pointer to an action. */
| 315 | * @param action Pointer to an action. |
| 316 | */ |
| 317 | void BuildNewBaseState::btnRotateDownPress(Action *) |
| 318 | { |
| 319 | _globe->rotateDown(); |
| 320 | } |
| 321 | |
| 322 | /** |
| 323 | * Stops rotating the globe downwards. |
nothing calls this directly
no test coverage detected