Home
last modified time | relevance | path

Searched refs:GetGUIZoom (Results 1 – 4 of 4) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4MouseControl.cpp235 GuiX=float(VpX)/Viewport->GetGUIZoom(); GuiY=float(VpY)/Viewport->GetGUIZoom(); in Move()
249 GuiX=float(VpX)/Viewport->GetGUIZoom(); GuiY=float(VpY)/Viewport->GetGUIZoom(); in Move()
H A DC4ScriptGuiWindow.cpp2057 const float guiZoom = viewport->GetGUIZoom(); in OnMouseIn()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Viewport.h47 float GetGUIZoom() const { return Clamp<float>(float(ViewWdt)/1280,0.5f,1.0f); } in GetGUIZoom() function
H A DC4Viewport.cpp320 float fGUIZoom = GetGUIZoom(); in Draw()