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

Method btnRotateDownRelease

src/Geoscape/SelectDestinationState.cpp:282–285  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

280 * @param action Pointer to an action.
281 */
282void SelectDestinationState::btnRotateDownRelease(Action *)
283{
284 _globe->rotateStopLat();
285}
286
287/**
288 * Zooms into the globe.

Callers

nothing calls this directly

Calls 1

rotateStopLatMethod · 0.80

Tested by

no test coverage detected