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

Method notifyMouseButtonPressed

Tools/SkinEditor/TestWindow.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void TestWindow::notifyMouseButtonPressed(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id)
109 {
110 if (_id == MyGUI::MouseButton::Right)
111 mSkinButton->setStateSelected(!mSkinButton->getStateSelected());
112 }
113
114 void TestWindow::generateSkin()
115 {

Callers

nothing calls this directly

Calls 2

setStateSelectedMethod · 0.80
getStateSelectedMethod · 0.80

Tested by

no test coverage detected