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

Method btnRotateRightRelease

src/Geoscape/SelectDestinationState.cpp:246–249  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

244 * @param action Pointer to an action.
245 */
246void SelectDestinationState::btnRotateRightRelease(Action *)
247{
248 _globe->rotateStopLon();
249}
250
251/**
252 * Starts rotating the globe upwards.

Callers

nothing calls this directly

Calls 1

rotateStopLonMethod · 0.80

Tested by

no test coverage detected