MCPcopy Create free account
hub / github.com/MyGUI/mygui / beginToItemSelected

Method beginToItemSelected

MyGUIEngine/src/MyGUI_ListBox.cpp:905–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903 }
904
905 void ListBox::beginToItemSelected()
906 {
907 if (getIndexSelected() != ITEM_NONE)
908 beginToItemAt(getIndexSelected());
909 }
910
911 bool ListBox::isItemSelectedVisible(bool _fill)
912 {

Calls

no outgoing calls

Tested by

no test coverage detected