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

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.

Detailed Description

Output from a single title-screen UI frame.

Member Data Documentation

◆ exitClicked

bool TitleScreenResult::exitClicked = false

True if the user pressed "Exit" this frame.

◆ hostClicked

bool TitleScreenResult::hostClicked = false

True if the user pressed "Host" this frame.

◆ playClicked

bool TitleScreenResult::playClicked = false

True if the user pressed "Play" this frame.

◆ settingsClicked

bool TitleScreenResult::settingsClicked = false

True if the user pressed "Settings" this frame.


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