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

Method GetDisplayedItemStart

src/SFGUI/ComboBox.cpp:476–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476ComboBox::IndexType ComboBox::GetDisplayedItemStart() const {
477 return m_start_entry;
478}
479
480void ComboBox::HandleUpdate( float seconds ) {
481 Bin::HandleUpdate( seconds );

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected