Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getCenter
Method
getCenter
MyGUIEngine/src/MyGUI_RotatingSkin.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
IntPoint RotatingSkin::getCenter(bool _local) const
41
{
42
return mCenterPos + (_local ? IntPoint() : mCroppedParent->getAbsolutePosition());
43
}
44
45
void RotatingSkin::setVisible(bool _visible)
46
{
Callers
3
updateViewport
Method · 0.80
injectMouseMove
Method · 0.80
setStateData
Method · 0.80
Calls
1
IntPoint
Function · 0.50
Tested by
no test coverage detected