61 float height,
unsigned int backgroundColor,
62 unsigned int hoverColor,
63 std::function<
void()> callback) {
65 button->SetSize(width, height);
67 button->ApplyAlignment();
71 button->GetPosition(x, y);
72 button->SetPosition(x, y + offsetY);
74 button->SetBackgroundColor(backgroundColor);
75 button->SetHoverColor(hoverColor);
76 button->SetText(label);
77 button->SetTextSize(18);
78 button->SetTextColor(0xFFFFFFFF);