Add debug mode flag to UI

This commit is contained in:
2024-01-15 10:21:27 +01:00
parent 087b8f22a7
commit 6a54ba90c1
2 changed files with 8 additions and 1 deletions

View File

@@ -189,6 +189,8 @@ bool bzUIGetCaptureKeyboard(BzUI *ui);
void bzUISetCaptureMouse(BzUI *ui, bool state);
void bzUISetCaptureKeyboard(BzUI *ui, bool state);
void bzUISetDebugMode(BzUI *ui, bool mode);
void bzUIBegin(BzUI *ui, i32 width, i32 height);
void bzUIEnd(BzUI *ui);