MCPcopy Create free account
hub / github.com/chrxh/alien / processZoomOutButton

Method processZoomOutButton

source/Gui/SpatialControlWindow.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void SpatialControlWindow::processZoomOutButton()
106{
107 if (AlienImGui::ToolbarButton(AlienImGui::ToolbarButtonParameters().text(ICON_FA_SEARCH_MINUS))) {
108 Viewport::get().setZoomFactor(Viewport::get().getZoomFactor() / 2);
109 }
110 AlienImGui::Tooltip("Zoom out");
111}
112
113void SpatialControlWindow::processCenterButton()
114{

Callers

nothing calls this directly

Calls 2

setZoomFactorMethod · 0.80
getZoomFactorMethod · 0.80

Tested by

no test coverage detected