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

Method btnRotateUpRelease

src/Geoscape/BuildNewBaseState.cpp:308–311  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

306 * @param action Pointer to an action.
307 */
308void BuildNewBaseState::btnRotateUpRelease(Action *)
309{
310 _globe->rotateStopLat();
311}
312
313/**
314 * Starts rotating the globe downwards.

Callers

nothing calls this directly

Calls 1

rotateStopLatMethod · 0.80

Tested by

no test coverage detected