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

Method notifyMouseButtonClickPopupMode

Tools/LayoutEditor/WidgetsWindow.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 void WidgetsWindow::notifyMouseButtonClickPopupMode(MyGUI::Widget* _sender)
191 {
192 if (mPopupMode->getStateSelected())
193 WidgetCreatorManager::getInstance().setPopupMode(false);
194 else
195 WidgetCreatorManager::getInstance().setPopupMode(true);
196 }
197
198}

Callers

nothing calls this directly

Calls 2

getStateSelectedMethod · 0.80
setPopupModeMethod · 0.80

Tested by

no test coverage detected