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

Method btnZoomOutRightClick

src/Geoscape/GeoscapeState.cpp:1978–1981  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1976 * @param action Pointer to an action.
1977 */
1978void GeoscapeState::btnZoomOutRightClick(Action *)
1979{
1980 _globe->zoomMin();
1981}
1982
1983/**
1984 * Zoom in effect for dogfights.

Callers

nothing calls this directly

Calls 1

zoomMinMethod · 0.80

Tested by

no test coverage detected