| 637 | } |
| 638 | |
| 639 | void DropdownListModal::DrawModule() |
| 640 | { |
| 641 | mOwner->DrawDropdown(mWidth, mHeight, mIsScrolling); |
| 642 | |
| 643 | if (mPagePrevButton) |
| 644 | mPagePrevButton->Draw(); |
| 645 | if (mPageNextButton) |
| 646 | mPageNextButton->Draw(); |
| 647 | } |
| 648 | |
| 649 | std::string DropdownListModal::GetHoveredLabel() |
| 650 | { |
nothing calls this directly
no test coverage detected