Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isShowPointer
Method
isShowPointer
MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:814–817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
812
PointerManager::getInstance().setVisible(true);
813
}
814
bool MemberObsolete<Gui>::isShowPointer()
815
{
816
return PointerManager::getInstance().isVisible();
817
}
818
819
bool MemberObsolete<Gui>::load(const std::string& _file)
820
{
Callers
nothing calls this directly
Calls
1
isVisible
Method · 0.45
Tested by
no test coverage detected