* Stops rotating the globe to the right. * @param action Pointer to an action. */
| 244 | * @param action Pointer to an action. |
| 245 | */ |
| 246 | void SelectDestinationState::btnRotateRightRelease(Action *) |
| 247 | { |
| 248 | _globe->rotateStopLon(); |
| 249 | } |
| 250 | |
| 251 | /** |
| 252 | * Starts rotating the globe upwards. |
nothing calls this directly
no test coverage detected