|
group2 0.1.0
CSE 125 Group 2
|
ImGui implementation of the tabbed server browser widget. More...
#include "MainMenuUI.hpp"#include "menus/MenuTheme.hpp"#include <imgui.h>#include <misc/cpp/imgui_stdlib.h>Namespaces | |
| namespace | main_menu_ui |
Functions | |
| JoinMenuResult | main_menu_ui::buildJoinMenu (JoinMenuState &state, std::string_view errorMessage, const std::vector< DiscoveryClient::DiscoveredServer > &localServers, const std::vector< net::discovery::ServerInfo > &globalServers, std::string_view browserError, bool browserRefreshing, bool directConnectDisabled, const HostConfigUIInputs &hostInputs) |
| Render the join game window and return any user action this frame. | |
ImGui implementation of the tabbed server browser widget.