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

Method setLayerName

MyGUIEngine/src/MyGUI_PointerManager.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 void PointerManager::setLayerName(std::string_view _value)
212 {
213 Update();
214
215 mLayerName = _value;
216 if (LayerManager::getInstance().isExist(_value))
217 LayerManager::getInstance().attachToLayerNode(mLayerName, mMousePointer);
218 }
219
220 void PointerManager::Update()
221 {

Callers 1

loadOldPointerFormatMethod · 0.45

Calls 2

attachToLayerNodeMethod · 0.80
isExistMethod · 0.45

Tested by

no test coverage detected