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

Method btnZoomOutRightClick

src/Geoscape/SelectDestinationState.cpp:318–321  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

316 * @param action Pointer to an action.
317 */
318void SelectDestinationState::btnZoomOutRightClick(Action *)
319{
320 _globe->zoomMin();
321}
322
323/**
324 * Returns to the previous screen.

Callers

nothing calls this directly

Calls 1

zoomMinMethod · 0.80

Tested by

no test coverage detected