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

Method zoomOut

src/Geoscape/Globe.cpp:703–709  ·  view source on GitHub ↗

* Decreases the zoom level on the globe. */

Source from the content-addressed store, hash-verified

701 * Decreases the zoom level on the globe.
702 */
703void Globe::zoomOut()
704{
705 if (_zoom > 0)
706 {
707 setZoom(_zoom - 1);
708 }
709}
710
711/**
712 * Zooms the globe out as far as possible.

Callers 3

btnZoomOutLeftClickMethod · 0.80
btnZoomOutLeftClickMethod · 0.80
btnZoomOutLeftClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected