* Starts rotating the globe to the left. * @param action Pointer to an action. */
| 261 | * @param action Pointer to an action. |
| 262 | */ |
| 263 | void BuildNewBaseState::btnRotateLeftPress(Action *) |
| 264 | { |
| 265 | _globe->rotateLeft(); |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Stops rotating the globe to the left. |
nothing calls this directly
no test coverage detected