MCPcopy 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

updateViewportMethod · 0.80
injectMouseMoveMethod · 0.80
setStateDataMethod · 0.80

Calls 1

IntPointFunction · 0.50

Tested by

no test coverage detected