| 104 | } |
| 105 | |
| 106 | void DemoKeeper::notifyPointPressed(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id) |
| 107 | { |
| 108 | mOffset = MyGUI::IntPoint(_left, _top) - _sender->getAbsolutePosition(); |
| 109 | } |
| 110 | |
| 111 | void DemoKeeper::notifyChangeQuality(MyGUI::ScrollBar* _sender, size_t _position) |
| 112 | { |
nothing calls this directly
no test coverage detected