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

Method processZoomInButton

source/Gui/SpatialControlWindow.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void SpatialControlWindow::processZoomInButton()
98{
99 if (AlienImGui::ToolbarButton(AlienImGui::ToolbarButtonParameters().text(ICON_FA_SEARCH_PLUS))) {
100 Viewport::get().setZoomFactor(Viewport::get().getZoomFactor() * 2);
101 }
102 AlienImGui::Tooltip("Zoom in");
103}
104
105void SpatialControlWindow::processZoomOutButton()
106{

Callers

nothing calls this directly

Calls 2

setZoomFactorMethod · 0.80
getZoomFactorMethod · 0.80

Tested by

no test coverage detected