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

Method btnZoomOutLeftClick

src/Geoscape/GeoscapeState.cpp:1969–1972  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1967 * @param action Pointer to an action.
1968 */
1969void GeoscapeState::btnZoomOutLeftClick(Action *)
1970{
1971 _globe->zoomOut();
1972}
1973
1974/**
1975 * Zooms the globe minimum.

Callers

nothing calls this directly

Calls 1

zoomOutMethod · 0.80

Tested by

no test coverage detected