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

Method btnRotateLeftPress

src/Geoscape/GeoscapeState.cpp:1879–1882  ·  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

1877 * @param action Pointer to an action.
1878 */
1879void GeoscapeState::btnRotateLeftPress(Action *)
1880{
1881 _globe->rotateLeft();
1882}
1883
1884/**
1885 * Stops rotating the globe to the left.

Callers

nothing calls this directly

Calls 1

rotateLeftMethod · 0.80

Tested by

no test coverage detected