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