| 552 | } |
| 553 | |
| 554 | void TitleBar::DropdownClicked(DropdownList* list) |
| 555 | { |
| 556 | if (list == mSpawnLists.mPlugins.GetList()) |
| 557 | mSpawnLists.SetUpPluginsDropdown(); |
| 558 | |
| 559 | if (list == mSpawnLists.mPrefabs.GetList()) |
| 560 | mSpawnLists.SetUpPrefabsDropdown(); |
| 561 | } |
| 562 | |
| 563 | void TitleBar::DropdownUpdated(DropdownList* list, int oldVal, double time) |
| 564 | { |
nothing calls this directly
no test coverage detected