| 117 | } |
| 118 | |
| 119 | void notifyEndDrop(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool _result) |
| 120 | { |
| 121 | eventDropResult(this, DDItemInfo(_info), _result); |
| 122 | } |
| 123 | |
| 124 | void notifyDropState(MyGUI::DDContainer* _sender, MyGUI::DDItemState _state) |
| 125 | { |
nothing calls this directly
no test coverage detected