|
group2 0.1.0
CSE 125 Group 2
|
Output from a single title-screen UI frame. More...
#include <TitleScreenUI.hpp>
Public Attributes | |
| bool | playClicked = false |
| True if the user pressed "Play" this frame. | |
| bool | hostClicked = false |
| True if the user pressed "Host" this frame. | |
| bool | settingsClicked = false |
| True if the user pressed "Settings" this frame. | |
| bool | exitClicked = false |
| True if the user pressed "Exit" this frame. | |
Output from a single title-screen UI frame.
| bool TitleScreenResult::exitClicked = false |
True if the user pressed "Exit" this frame.
| bool TitleScreenResult::hostClicked = false |
True if the user pressed "Host" this frame.
| bool TitleScreenResult::playClicked = false |
True if the user pressed "Play" this frame.
| bool TitleScreenResult::settingsClicked = false |
True if the user pressed "Settings" this frame.