group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HostConfigResult Struct Reference

User actions emitted by the host-configuration UI for one frame. More...

#include <HostConfigUI.hpp>

Public Attributes

bool launchClicked = false
 True if the user pressed "Launch" this frame.
bool updateClicked = false
 True if the user pressed "Update Settings" this frame.
bool shutdownClicked = false
 True if the user pressed "Shutdown" this frame.
bool goToLobbyClicked = false
 True if the user wants to enter the lobby.
bool backToMainMenuClicked = false
 True if the user wants to return to the main menu.

Detailed Description

User actions emitted by the host-configuration UI for one frame.

Member Data Documentation

◆ backToMainMenuClicked

bool HostConfigResult::backToMainMenuClicked = false

True if the user wants to return to the main menu.

◆ goToLobbyClicked

bool HostConfigResult::goToLobbyClicked = false

True if the user wants to enter the lobby.

◆ launchClicked

bool HostConfigResult::launchClicked = false

True if the user pressed "Launch" this frame.

◆ shutdownClicked

bool HostConfigResult::shutdownClicked = false

True if the user pressed "Shutdown" this frame.

◆ updateClicked

bool HostConfigResult::updateClicked = false

True if the user pressed "Update Settings" this frame.


The documentation for this struct was generated from the following file: