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

Method setCenter

MyGUIEngine/src/MyGUI_RotatingSkin.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void RotatingSkin::setCenter(const IntPoint& _center)
32 {
33 mCenterPos = _center;
34 mGeometryOutdated = true;
35
36 if (nullptr != mNode)
37 mNode->outOfDate(mRenderItem);
38 }
39
40 IntPoint RotatingSkin::getCenter(bool _local) const
41 {

Callers 1

injectMousePressMethod · 0.80

Calls 1

outOfDateMethod · 0.45

Tested by

no test coverage detected