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

Method btnRotateDownPress

src/Geoscape/GeoscapeState.cpp:1933–1936  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1931 * @param action Pointer to an action.
1932 */
1933void GeoscapeState::btnRotateDownPress(Action *)
1934{
1935 _globe->rotateDown();
1936}
1937
1938/**
1939 * Stops rotating the globe downwards.

Callers

nothing calls this directly

Calls 1

rotateDownMethod · 0.80

Tested by

no test coverage detected