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

Method btnZoomOutRightClick

src/Geoscape/BuildNewBaseState.cpp:362–365  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

360 * @param action Pointer to an action.
361 */
362void BuildNewBaseState::btnZoomOutRightClick(Action *)
363{
364 _globe->zoomMin();
365}
366
367/**
368 * Returns to the previous screen.

Callers

nothing calls this directly

Calls 1

zoomMinMethod · 0.80

Tested by

no test coverage detected