ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

MenuSelections Struct Reference

MenuSelections Struct Reference

MenuSelections struct. More...

#include <Game.h>

Data Fields

int deathMenuSelection
 Which item in the death screen has been selected.
int homeMenuSelection
 Which item in the home screen has been selected.

Detailed Description

MenuSelections struct.

A struct for storing the current menu selecitons in both the home and death screen menus

Definition at line 28 of file Game.h.


Field Documentation

Which item in the death screen has been selected.

Definition at line 29 of file Game.h.

Which item in the home screen has been selected.

Definition at line 30 of file Game.h.