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

Method btnRotateUpPress

src/Geoscape/GeoscapeState.cpp:1915–1918  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1913 * @param action Pointer to an action.
1914 */
1915void GeoscapeState::btnRotateUpPress(Action *)
1916{
1917 _globe->rotateUp();
1918}
1919
1920/**
1921 * Stops rotating the globe upwards.

Callers

nothing calls this directly

Calls 1

rotateUpMethod · 0.80

Tested by

no test coverage detected