feat: add a new awesome feature

This commit is contained in:
Ysm-04
2025-10-01 00:57:41 +08:00
parent 26f30cee39
commit 3509b2bc39
3 changed files with 30 additions and 3 deletions

View File

@@ -102,6 +102,8 @@ public:
void setButtonText(std::string text);
//设置按钮形状
void setButtonShape(StellarX::ControlShape shape);
//设置按钮点击状态
void setButtonClick(BOOL click);
//判断按钮是否被点击
bool isClicked() const;