diff options
author | crupest <crupest@outlook.com> | 2022-02-16 17:00:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-16 17:00:33 +0800 |
commit | 674e8af2e92074b71c77e656a54244ce2693460c (patch) | |
tree | d109201e4204011fe9e714ff81490674b2f7b042 /include/cru/ui/style | |
parent | 43a297f30c03180427db435bb25a1a4b51ea847a (diff) | |
download | cru-674e8af2e92074b71c77e656a54244ce2693460c.tar.gz cru-674e8af2e92074b71c77e656a54244ce2693460c.tar.bz2 cru-674e8af2e92074b71c77e656a54244ce2693460c.zip |
...
Diffstat (limited to 'include/cru/ui/style')
-rw-r--r-- | include/cru/ui/style/Condition.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/style/Condition.h b/include/cru/ui/style/Condition.h index 14d7e625..1038c34b 100644 --- a/include/cru/ui/style/Condition.h +++ b/include/cru/ui/style/Condition.h @@ -127,6 +127,8 @@ class CRU_UI_API ClickStateCondition : public Condition { return new ClickStateCondition(click_state_); } + helper::ClickState GetClickState() const { return click_state_; } + private: helper::ClickState click_state_; }; |