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

Method getSelectorsCapture

Tools/LayoutEditor/TextureControl.cpp:127–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 bool TextureControlLE::getSelectorsCapture()
128 {
129 if (mMouseCapture)
130 return true;
131
132 for (auto& selector : mSelectors)
133 if (selector->getCapture())
134 return true;
135 return false;
136 }
137
138 void TextureControlLE::notifyMouseWheel(MyGUI::Widget* _sender, int _rel)
139 {

Callers

nothing calls this directly

Calls 1

getCaptureMethod · 0.45

Tested by

no test coverage detected