* Starts rotating the globe to the left. * @param action Pointer to an action. */
| 1877 | * @param action Pointer to an action. |
| 1878 | */ |
| 1879 | void GeoscapeState::btnRotateLeftPress(Action *) |
| 1880 | { |
| 1881 | _globe->rotateLeft(); |
| 1882 | } |
| 1883 | |
| 1884 | /** |
| 1885 | * Stops rotating the globe to the left. |
nothing calls this directly
no test coverage detected