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

Method DrawModule

Source/DropdownList.cpp:639–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

DrawDropdownMethod · 0.80
DrawMethod · 0.45

Tested by

no test coverage detected