* Starts rotating the globe downwards. * @param action Pointer to an action. */
| 1931 | * @param action Pointer to an action. |
| 1932 | */ |
| 1933 | void GeoscapeState::btnRotateDownPress(Action *) |
| 1934 | { |
| 1935 | _globe->rotateDown(); |
| 1936 | } |
| 1937 | |
| 1938 | /** |
| 1939 | * Stops rotating the globe downwards. |
nothing calls this directly
no test coverage detected