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

Method btnRotateDownPress

src/Geoscape/SelectDestinationState.cpp:273–276  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

271 * @param action Pointer to an action.
272 */
273void SelectDestinationState::btnRotateDownPress(Action *)
274{
275 _globe->rotateDown();
276}
277
278/**
279 * Stops rotating the globe downwards.

Callers

nothing calls this directly

Calls 1

rotateDownMethod · 0.80

Tested by

no test coverage detected