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

Method btnZoomInLeftClick

src/Geoscape/SelectDestinationState.cpp:291–294  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

289 * @param action Pointer to an action.
290 */
291void SelectDestinationState::btnZoomInLeftClick(Action *)
292{
293 _globe->zoomIn();
294}
295
296/**
297 * Zooms the globe maximum.

Callers

nothing calls this directly

Calls 1

zoomInMethod · 0.80

Tested by

no test coverage detected