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

Method getSelectorsCapture

Tools/EditorFramework/TextureControl.cpp:128–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getCaptureMethod · 0.45

Tested by

no test coverage detected