* Starts rotating the globe to the right. * @param action Pointer to an action. */
| 1895 | * @param action Pointer to an action. |
| 1896 | */ |
| 1897 | void GeoscapeState::btnRotateRightPress(Action *) |
| 1898 | { |
| 1899 | _globe->rotateRight(); |
| 1900 | } |
| 1901 | |
| 1902 | /** |
| 1903 | * Stops rotating the globe to the right. |
nothing calls this directly
no test coverage detected