|
group2 0.1.0
CSE 125 Group 2
|
Output from a single main menu UI frame. More...
#include <MainMenuUI.hpp>
Public Attributes | |
| bool | connectClicked = false |
| True if the user pressed "Join" this frame. | |
| bool | localRefreshClicked = false |
| True if the user requested a LAN browser refresh. | |
| bool | refreshClicked = false |
| True if the user requested a global browser refresh. | |
| bool | returnToTitleScreenClicked = false |
| True if the user pressed "Return to Title Screen" this frame. | |
| int | localServerIndex = -1 |
| Index of a discovered local server to join, or -1. | |
| int | globalServerIndex = -1 |
| Index of a discovered server to join, or -1. | |
| HostConfigResult | hostConfig |
| Actions emitted by the host-config tab. | |
Output from a single main menu UI frame.
| bool JoinMenuResult::connectClicked = false |
True if the user pressed "Join" this frame.
| int JoinMenuResult::globalServerIndex = -1 |
Index of a discovered server to join, or -1.
| HostConfigResult JoinMenuResult::hostConfig |
Actions emitted by the host-config tab.
| bool JoinMenuResult::localRefreshClicked = false |
True if the user requested a LAN browser refresh.
| int JoinMenuResult::localServerIndex = -1 |
Index of a discovered local server to join, or -1.
| bool JoinMenuResult::refreshClicked = false |
True if the user requested a global browser refresh.
| bool JoinMenuResult::returnToTitleScreenClicked = false |
True if the user pressed "Return to Title Screen" this frame.