MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / BasePoll

Method BasePoll

Source/IDrawableModule.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void IDrawableModule::BasePoll()
155{
156 Poll();
157 for (int i = 0; i < mUIControls.size(); ++i)
158 mUIControls[i]->Poll();
159 for (int i = 0; i < mChildren.size(); ++i)
160 mChildren[i]->BasePoll();
161}
162
163bool IDrawableModule::IsWithinRect(const ofRectangle& rect)
164{

Callers 1

PollMethod · 0.80

Calls 2

sizeMethod · 0.80
PollMethod · 0.45

Tested by

no test coverage detected