- [NEW] ComboBox

- El text en el Textbox ja no està centrat
This commit is contained in:
2023-10-05 20:02:59 +02:00
parent 543c6a81e3
commit 49b399f80b
2 changed files with 34 additions and 3 deletions

View File

@@ -3,5 +3,6 @@
namespace ui
{
const int button(const char *label, const int x, const int y, const int w, const int h, const int c1, const int c2, const int c3);
const int combo(const char *label, const int x, const int y, const int w, const int h);
const int textbox(const char *label, const int x, const int y, const int w, const int h, const int c1, const int c2);
}