MCPcopy 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
17void CanvasWidget::setIgnoreInterfaceScale(bool ignoreInterfaceScale) {
18 m_ignoreInterfaceScale = ignoreInterfaceScale;
19}
20
21bool CanvasWidget::ignoreInterfaceScale() const {
22 return m_ignoreInterfaceScale;

Callers 1

fetchCanvasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected