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

Method btnZoomInLeftClick

src/Geoscape/BuildNewBaseState.cpp:335–338  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

333 * @param action Pointer to an action.
334 */
335void BuildNewBaseState::btnZoomInLeftClick(Action *)
336{
337 _globe->zoomIn();
338}
339
340/**
341 * Zooms the globe maximum.

Callers

nothing calls this directly

Calls 1

zoomInMethod · 0.80

Tested by

no test coverage detected