group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HomeUI.hpp File Reference

ImGui widget for the main menu server join form. More...

#include <string>
#include <string_view>
Include dependency graph for HomeUI.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  JoinMenuState
 Mutable widget state for the server join form. More...
struct  JoinMenuResult
 Output from a single home UI frame. More...

Namespaces

namespace  home_ui

Functions

JoinMenuResult home_ui::buildJoinMenu (JoinMenuState &state, std::string_view errorMessage={})
 Render the join game window and return any user action this frame.

Detailed Description

ImGui widget for the main menu server join form.