| 31 | } |
| 32 | |
| 33 | void Control::Initialise(std::string_view _layoutName) |
| 34 | { |
| 35 | OnInitialise(nullptr, nullptr, _layoutName); |
| 36 | ActivateControllers(); |
| 37 | } |
| 38 | |
| 39 | void Control::Initialise(Control* _parent, MyGUI::Widget* _place, std::string_view _layoutName) |
| 40 | { |
no outgoing calls