* Starts rotating the globe to the left. * @param action Pointer to an action. */
| 217 | * @param action Pointer to an action. |
| 218 | */ |
| 219 | void SelectDestinationState::btnRotateLeftPress(Action *) |
| 220 | { |
| 221 | _globe->rotateLeft(); |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Stops rotating the globe to the left. |
nothing calls this directly
no test coverage detected