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

Method isHighLevelContext

Demos/Demo_Pointers/PointerContextManager.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool PointerContextManager::isHighLevelContext() const
27 {
28 if (!mContexts.empty())
29 return mContexts.back()->isHighLevel();
30 return false;
31 }
32
33 void PointerContextManager::addContext(std::string_view _name)
34 {

Callers

nothing calls this directly

Calls 2

isHighLevelMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected