| 19 | } |
| 20 | |
| 21 | void DemoKeeper::notifyMouseLostFocus(MyGUI::Widget* _sender, MyGUI::Widget* _new) |
| 22 | { |
| 23 | MyGUI::ImageBox* image = _sender->castType<MyGUI::ImageBox>(); |
| 24 | image->setItemName("Dead"); |
| 25 | image->setVisible(true); |
| 26 | mTextBoxTest->setCaption("0"); |
| 27 | } |
| 28 | |
| 29 | void DemoKeeper::setupResources() |
| 30 | { |
nothing calls this directly
no test coverage detected