MCPcopy Create free account
hub / github.com/MyGUI/mygui / getActionScale

Method getActionScale

Tools/EditorFramework/SelectorControl.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 MyGUI::IntCoord SelectorControl::getActionScale()
147 {
148 MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false);
149 if (window != nullptr)
150 return window->getActionScale();
151 return {};
152 }
153
154 void SelectorControl::setColour(MyGUI::Colour _value)
155 {

Callers 3

getCaptureMethod · 0.45
notifyChangePositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected