Client-side owner for a locally launched authoritative server process.
Definition HostConfigUI.cpp:14
HostConfigResult buildHostConfigMenu(const HostConfigUIInputs &inputs)
Render the host-configuration window and return requested actions.
Definition HostConfigUI.cpp:234
HostConfigResult buildHostConfigContents(const HostConfigUIInputs &inputs, bool showBackRow)
Render host-configuration controls inside an already-open ImGui window/tab.
Definition HostConfigUI.cpp:21
User actions emitted by the host-configuration UI for one frame.
Definition HostConfigUI.hpp:25
bool shutdownClicked
True if the user pressed "Shutdown" this frame.
Definition HostConfigUI.hpp:28
bool goToLobbyClicked
True if the user wants to enter the lobby.
Definition HostConfigUI.hpp:29
bool updateClicked
True if the user pressed "Update Settings" this frame.
Definition HostConfigUI.hpp:27
bool backToMainMenuClicked
True if the user wants to return to the main menu.
Definition HostConfigUI.hpp:30
bool launchClicked
True if the user pressed "Launch" this frame.
Definition HostConfigUI.hpp:26
Persistent host-screen options used when launching a local server.
Definition HostedServer.hpp:17