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

Method btnRotateLeftRelease

src/Geoscape/BuildNewBaseState.cpp:272–275  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

270 * @param action Pointer to an action.
271 */
272void BuildNewBaseState::btnRotateLeftRelease(Action *)
273{
274 _globe->rotateStopLon();
275}
276
277/**
278 * Starts rotating the globe to the right.

Callers

nothing calls this directly

Calls 1

rotateStopLonMethod · 0.80

Tested by

no test coverage detected