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

Method btnZoomOutLeftClick

src/Geoscape/SelectDestinationState.cpp:309–312  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

307 * @param action Pointer to an action.
308 */
309void SelectDestinationState::btnZoomOutLeftClick(Action *)
310{
311 _globe->zoomOut();
312}
313
314/**
315 * Zooms the globe minimum.

Callers

nothing calls this directly

Calls 1

zoomOutMethod · 0.80

Tested by

no test coverage detected