MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / btnRotateLeftPress

Method btnRotateLeftPress

src/Geoscape/BuildNewBaseState.cpp:263–266  ·  view source on GitHub ↗

* Starts rotating the globe to the left. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

261 * @param action Pointer to an action.
262 */
263void BuildNewBaseState::btnRotateLeftPress(Action *)
264{
265 _globe->rotateLeft();
266}
267
268/**
269 * Stops rotating the globe to the left.

Callers

nothing calls this directly

Calls 1

rotateLeftMethod · 0.80

Tested by

no test coverage detected