[ADD] menu now works

menu switches to next item when hand is closed and calls OnClick() when hand is closed
This commit is contained in:
Jasper
2021-06-04 16:32:26 +02:00
parent 7cc918fdf8
commit b3412e414e
8 changed files with 171 additions and 72 deletions

View File

@@ -11,10 +11,10 @@ namespace toolbox
// Change these macros to change the window size
#define WINDOW_WIDTH 1400.0f
#define WINDOW_HEIGT 800.0f
#define WINDOW_HEIGHT 800.0f
#define SCALED_WIDTH (WINDOW_WIDTH/DEFAULT_WIDTH)
#define SCALED_HEIGHT (WINDOW_HEIGT/DEFAULT_HEIGHT)
#define SCALED_HEIGHT (WINDOW_HEIGHT/DEFAULT_HEIGHT)
//
/*