* Starts rotating the globe upwards. * @param action Pointer to an action. */
| 1913 | * @param action Pointer to an action. |
| 1914 | */ |
| 1915 | void GeoscapeState::btnRotateUpPress(Action *) |
| 1916 | { |
| 1917 | _globe->rotateUp(); |
| 1918 | } |
| 1919 | |
| 1920 | /** |
| 1921 | * Stops rotating the globe upwards. |