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

Method zoomIn

src/Geoscape/Globe.cpp:692–698  ·  view source on GitHub ↗

* Increases the zoom level on the globe. */

Source from the content-addressed store, hash-verified

690 * Increases the zoom level on the globe.
691 */
692void Globe::zoomIn()
693{
694 if (_zoom < _zoomRadius.size() - 1)
695 {
696 setZoom(_zoom + 1);
697 }
698}
699
700/**
701 * Decreases the zoom level on the globe.

Callers 3

btnZoomInLeftClickMethod · 0.80
btnZoomInLeftClickMethod · 0.80
btnZoomInLeftClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected