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

Method btnZoomInRightClick

src/Geoscape/GeoscapeState.cpp:1960–1963  ·  view source on GitHub ↗

* Zooms the globe maximum. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

1958 * @param action Pointer to an action.
1959 */
1960void GeoscapeState::btnZoomInRightClick(Action *)
1961{
1962 _globe->zoomMax();
1963}
1964
1965/**
1966 * Zooms out of the globe.

Callers

nothing calls this directly

Calls 1

zoomMaxMethod · 0.80

Tested by

no test coverage detected