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

Method btnZoomInLeftClick

src/Geoscape/GeoscapeState.cpp:1951–1954  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1949 * @param action Pointer to an action.
1950 */
1951void GeoscapeState::btnZoomInLeftClick(Action *)
1952{
1953 _globe->zoomIn();
1954}
1955
1956/**
1957 * Zooms the globe maximum.

Callers

nothing calls this directly

Calls 1

zoomInMethod · 0.80

Tested by

no test coverage detected