MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetSelectedItem

Method GetSelectedItem

src/SFGUI/ComboBox.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46ComboBox::IndexType ComboBox::GetSelectedItem() const {
47 return m_active_item;
48}
49
50ComboBox::IndexType ComboBox::GetHighlightedItem() const {
51 return m_highlighted_item;

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected