MCPcopy Create free account
hub / github.com/JRickey/BattleShip / UpdateElement

Method UpdateElement

port/gui/Menu.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void Menu::UpdateElement() {
229 menuThemeIndex = static_cast<UIWidgets::Colors>(CVarGetInteger(CVAR_SETTING("Menu.Theme"), defaultThemeIndex));
230}
231
232bool ModernMenuSidebarEntry(std::string label) {
233 ImGuiContext& g = *GImGui;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected