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

Method btnZoomInRightClick

src/Geoscape/SelectDestinationState.cpp:300–303  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

298 * @param action Pointer to an action.
299 */
300void SelectDestinationState::btnZoomInRightClick(Action *)
301{
302 _globe->zoomMax();
303}
304
305/**
306 * Zooms out of the globe.

Callers

nothing calls this directly

Calls 1

zoomMaxMethod · 0.80

Tested by

no test coverage detected