group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
MainMenuUI.cpp File Reference

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>
Include dependency graph for MainMenuUI.cpp:

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.

Detailed Description

ImGui implementation of the tabbed server browser widget.