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

Method notifyMouseButtonClick

Tools/SkinEditor/SettingsGeneralControl.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void SettingsGeneralControl::notifyMouseButtonClick(MyGUI::Widget* _sender)
66 {
67 MyGUI::Button* button = _sender->castType<MyGUI::Button>(false);
68 if (button != nullptr)
69 button->setStateSelected(!button->getStateSelected());
70 }
71
72 void SettingsGeneralControl::setLanguageValue(std::string_view _value)
73 {

Callers

nothing calls this directly

Calls 2

setStateSelectedMethod · 0.80
getStateSelectedMethod · 0.80

Tested by

no test coverage detected