* Stops rotating the globe downwards. * @param action Pointer to an action. */
| 1940 | * @param action Pointer to an action. |
| 1941 | */ |
| 1942 | void GeoscapeState::btnRotateDownRelease(Action *) |
| 1943 | { |
| 1944 | _globe->rotateStopLat(); |
| 1945 | } |
| 1946 | |
| 1947 | /** |
| 1948 | * Zooms into the globe. |
nothing calls this directly
no test coverage detected