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

Method btnRotateRightPress

src/Geoscape/GeoscapeState.cpp:1897–1900  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1895 * @param action Pointer to an action.
1896 */
1897void GeoscapeState::btnRotateRightPress(Action *)
1898{
1899 _globe->rotateRight();
1900}
1901
1902/**
1903 * Stops rotating the globe to the right.

Callers

nothing calls this directly

Calls 1

rotateRightMethod · 0.80

Tested by

no test coverage detected