MCPcopy Create free account
hub / github.com/MyGUI/mygui / OnInitialise

Method OnInitialise

Tools/EditorFramework/PositionSelectorBlackControl.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12
13 void PositionSelectorBlackControl::OnInitialise(
14 Control* _parent,
15 MyGUI::Widget* _place,
16 std::string_view /*_layoutName*/)
17 {
18 SelectorControl::OnInitialise(_parent, _place, "PositionSelectorControl.layout");
19 setPropertyColour("ColourSelectorInactive");
20 mMainWidget->setNeedMouseFocus(false);
21 }
22
23}

Callers

nothing calls this directly

Calls 1

setNeedMouseFocusMethod · 0.80

Tested by

no test coverage detected