Ben Evans University Second Year Project. Game Called Defender.
Menu Class Reference
#include <Menu.h>
Public Member Functions | |
| Menu () | |
| Constructor. | |
| ~Menu () | |
| Destructor. | |
| void | init () |
| Initialises Menu. | |
| void | select_part (bool pressed) |
| Sets the current menu part to the displayed when a is pressed. | |
| void | draw_part (N5110 &lcd) |
| Draws the name of the part that is in the middle. | |
| void | menu_scroll (Direction d_) |
| Scrolls through the different menu parts. | |
| MenuParts | get_current_menu_part () |
| Gets the current menu part that is selected. | |
Detailed Description
Explosion class.
Selects and draws different menu parts
- Date:
- May 2020
Definition at line 27 of file Menu.h.
Constructor & Destructor Documentation
Member Function Documentation
| void draw_part | ( | N5110 & | lcd ) |
| MenuParts get_current_menu_part | ( | ) |
| void menu_scroll | ( | Direction | d_ ) |
Generated on Fri Aug 5 2022 06:55:08 by
1.7.2