Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of el17ajf by
Diff: Menus/UI/UI.h
- Revision:
- 32:7b5a864b9234
- Parent:
- 30:11838cb6979f
- Child:
- 37:8da316cf4549
--- a/Menus/UI/UI.h Sat Apr 13 09:53:39 2019 +0000
+++ b/Menus/UI/UI.h Sat Apr 13 09:58:45 2019 +0000
@@ -25,11 +25,11 @@
static const int PADDING_X = 3;
static const int PADDING_Y = 4;
static const int LINE_PADDING = 3;
- int nextYPos;
+ int next_y_pos;
int nextY();
- int buttonCurrentlySelected;
- int buttonCurrentlyDrawing;
- bool buttonPressedFrame;
+ int button_currently_selected;
+ int button_currently_drawing;
+ bool button_pressed_frame;
int frame;
};
};
