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

Method GetModalDropdown

Source/DropdownList.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 int GetItemIndexAt(int x, int y);
135 DropdownListElement GetElement(int index) { return mElements[index]; }
136 DropdownListModal* GetModalDropdown() { return &mModalList; }
137 float GetMaxItemWidth() const { return mMaxItemWidth; }
138 void ChangePage(int direction);
139 void AddSeparator(int index) { mSeparators.push_back(index); }

Callers 2

DropdownUpdatedMethod · 0.80
DropdownUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected