|
group2 0.1.0
CSE 125 Group 2
|
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. | |
User actions emitted by the host-configuration UI for one frame.
| bool HostConfigResult::backToMainMenuClicked = false |
True if the user wants to return to the main menu.
| bool HostConfigResult::goToLobbyClicked = false |
True if the user wants to enter the lobby.
| bool HostConfigResult::launchClicked = false |
True if the user pressed "Launch" this frame.
| bool HostConfigResult::shutdownClicked = false |
True if the user pressed "Shutdown" this frame.
| bool HostConfigResult::updateClicked = false |
True if the user pressed "Update Settings" this frame.