* Stops rotating the globe to the left. * @param action Pointer to an action. */
| 270 | * @param action Pointer to an action. |
| 271 | */ |
| 272 | void BuildNewBaseState::btnRotateLeftRelease(Action *) |
| 273 | { |
| 274 | _globe->rotateStopLon(); |
| 275 | } |
| 276 | |
| 277 | /** |
| 278 | * Starts rotating the globe to the right. |
nothing calls this directly
no test coverage detected