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

Method btnZoomOutLeftClick

src/Geoscape/BuildNewBaseState.cpp:353–356  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

351 * @param action Pointer to an action.
352 */
353void BuildNewBaseState::btnZoomOutLeftClick(Action *)
354{
355 _globe->zoomOut();
356}
357
358/**
359 * Zooms the globe minimum.

Callers

nothing calls this directly

Calls 1

zoomOutMethod · 0.80

Tested by

no test coverage detected