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

Method Poll

Source/DropdownList.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void DropdownList::Poll()
149{
150 if (*mVar != mLastSetValue)
151 CalcSliderVal();
152
153 mDropdownIsOpen = (TheSynth->GetTopModalFocusItem() == &mModalList);
154}
155
156void DropdownList::Render()
157{

Callers

nothing calls this directly

Calls 1

GetTopModalFocusItemMethod · 0.80

Tested by

no test coverage detected