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

Method btnRotateLeftPress

src/Geoscape/SelectDestinationState.cpp:219–222  ·  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

217 * @param action Pointer to an action.
218 */
219void SelectDestinationState::btnRotateLeftPress(Action *)
220{
221 _globe->rotateLeft();
222}
223
224/**
225 * Stops rotating the globe to the left.

Callers

nothing calls this directly

Calls 1

rotateLeftMethod · 0.80

Tested by

no test coverage detected