Definition TitleScreenUI.cpp:12
TitleScreenResult buildTitleScreen()
Render the landing menu and return any user action this frame.
Definition TitleScreenUI.cpp:13
Output from a single title-screen UI frame.
Definition TitleScreenUI.hpp:8
bool exitClicked
True if the user pressed "Exit" this frame.
Definition TitleScreenUI.hpp:12
bool hostClicked
True if the user pressed "Host" this frame.
Definition TitleScreenUI.hpp:10
bool playClicked
True if the user pressed "Play" this frame.
Definition TitleScreenUI.hpp:9
bool settingsClicked
True if the user pressed "Settings" this frame.
Definition TitleScreenUI.hpp:11