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

Method getCapture

Tools/EditorFramework/SelectorControl.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 bool SelectorControl::getCapture()
139 {
140 MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false);
141 if (window != nullptr)
142 return !window->getActionScale().empty();
143 return false;
144 }
145
146 MyGUI::IntCoord SelectorControl::getActionScale()
147 {

Callers 1

getSelectorsCaptureMethod · 0.45

Calls 2

emptyMethod · 0.45
getActionScaleMethod · 0.45

Tested by

no test coverage detected