Fix Scrollbar calculation

Add MenuDebugDataView
This commit is contained in:
2024-06-20 16:54:24 +02:00
parent 56fd24ed80
commit d3a1dc40f5
3 changed files with 54 additions and 13 deletions

View File

@ -75,6 +75,7 @@ bool &IsDebugging();
// Internal Function
// Should not be used
void Debug();
bool &DebugMenu();
bool Button(const std::string &label, R7Vec2 size = R7Vec2(0, 0));
void Checkbox(const std::string &label, bool &c);