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

Method btnRotateDownRelease

src/Geoscape/GeoscapeState.cpp:1942–1945  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1940 * @param action Pointer to an action.
1941 */
1942void GeoscapeState::btnRotateDownRelease(Action *)
1943{
1944 _globe->rotateStopLat();
1945}
1946
1947/**
1948 * Zooms into the globe.

Callers

nothing calls this directly

Calls 1

rotateStopLatMethod · 0.80

Tested by

no test coverage detected