mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): handle CSimpleButton_GetButtonState script function
This commit is contained in:
parent
a3b285497a
commit
dd322572c7
3 changed files with 23 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ class CSimpleButton : public CSimpleFrame {
|
|||
|
||||
// Member functions
|
||||
CSimpleButton(CSimpleFrame* parent);
|
||||
CSimpleButtonState GetButtonState();
|
||||
void RunOnClickScript(const char* btn, int32_t down);
|
||||
void SetClickAction(uint64_t action);
|
||||
void SetFontString(CSimpleFontString* text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue