diff options
author | crupest <crupest@outlook.com> | 2022-02-10 23:37:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-10 23:37:38 +0800 |
commit | 382d42802221941e24e672743d03e7adcb544f94 (patch) | |
tree | cce2a16646c289f66270e61a0b0533764049ceaf /include/cru/ui/helper/ClickDetector.h | |
parent | f65d0502a9f0fc44be0dd79a5f3f31697bb3aad0 (diff) | |
download | cru-382d42802221941e24e672743d03e7adcb544f94.tar.gz cru-382d42802221941e24e672743d03e7adcb544f94.tar.bz2 cru-382d42802221941e24e672743d03e7adcb544f94.zip |
...
Diffstat (limited to 'include/cru/ui/helper/ClickDetector.h')
-rw-r--r-- | include/cru/ui/helper/ClickDetector.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cru/ui/helper/ClickDetector.h b/include/cru/ui/helper/ClickDetector.h index 6e30aaf0..1cfb26bc 100644 --- a/include/cru/ui/helper/ClickDetector.h +++ b/include/cru/ui/helper/ClickDetector.h @@ -1,5 +1,7 @@ #pragma once -#include "../controls/Control.h" +#include "../Base.h" + +#include "cru/common/Event.h" namespace cru::ui::helper { class CRU_UI_API ClickEventArgs : Object { |