| 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 | { |
nothing calls this directly
no test coverage detected