Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setIgnoreInterfaceScale
Method
setIgnoreInterfaceScale
source/windowing/StarCanvasWidget.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void CanvasWidget::setIgnoreInterfaceScale(bool ignoreInterfaceScale) {
18
m_ignoreInterfaceScale = ignoreInterfaceScale;
19
}
20
21
bool CanvasWidget::ignoreInterfaceScale() const {
22
return m_ignoreInterfaceScale;
Callers
1
fetchCanvas
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected