* Starts rotating the globe upwards. * @param action Pointer to an action. */
| 297 | * @param action Pointer to an action. |
| 298 | */ |
| 299 | void BuildNewBaseState::btnRotateUpPress(Action *) |
| 300 | { |
| 301 | _globe->rotateUp(); |
| 302 | } |
| 303 | |
| 304 | /** |
| 305 | * Stops rotating the globe upwards. |