add 'select' element (WIP)

This commit is contained in:
MihailRis
2025-06-27 22:50:47 +03:00
parent f473df33fb
commit 3571d0c902
4 changed files with 91 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ Button::Button(
label = std::make_shared<Label>(gui, text);
label->setAlign(Align::center);
label->setSize(getContentSize());
label->setInteractive(true);
label->setInteractive(false);
add(label);
setHoverColor({0.05f, 0.1f, 0.15f, 0.75f});