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

Method notifyFrameStart

Plugins/Plugin_HikariWidget/HikariWidget.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void HikariWidget::notifyFrameStart(float _time)
72 {
73 if (mControl)
74 mControl->update();
75 }
76
77 void HikariWidget::load(const std::string& movieFilename)
78 {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected