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

Method frameEnteredCheck

Common/PanelView/BasePanelView.h:205–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 void frameEnteredCheck(float _time)
206 {
207 const MyGUI::IntSize& size = mMainWidget->getSize();
208 if (size != mOldSize)
209 {
210 mOldSize = size;
211 setNeedUpdate();
212 }
213 }
214
215 protected:
216 MyGUI::ScrollView* mScrollView;

Callers

nothing calls this directly

Calls 1

getSizeMethod · 0.45

Tested by

no test coverage detected