| 778 | } |
| 779 | |
| 780 | void MemberObsolete<Gui>::destroyWidgetsVector(VectorWidgetPtr& _widgets) |
| 781 | { |
| 782 | static_cast<Gui*>(this)->destroyWidgets(_widgets); |
| 783 | } |
| 784 | |
| 785 | bool MemberObsolete<Gui>::injectMouseMove(int _absx, int _absy, int _absz) |
| 786 | { |
nothing calls this directly
no test coverage detected