diff options
author | crupest <crupest@outlook.com> | 2020-12-03 22:51:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-03 22:51:04 +0800 |
commit | 02ce593a7397f49d763c2c410a67bad46b9876a9 (patch) | |
tree | 406c0737d4f7e3367dd548fe190cb8f147ed4550 /include | |
parent | 51cc89106193cc4695507d678adab7388d940577 (diff) | |
download | cru-02ce593a7397f49d763c2c410a67bad46b9876a9.tar.gz cru-02ce593a7397f49d763c2c410a67bad46b9876a9.tar.bz2 cru-02ce593a7397f49d763c2c410a67bad46b9876a9.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/ui/DebugFlags.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/ui/DebugFlags.hpp b/include/cru/ui/DebugFlags.hpp index fceef081..51482135 100644 --- a/include/cru/ui/DebugFlags.hpp +++ b/include/cru/ui/DebugFlags.hpp @@ -5,4 +5,5 @@ constexpr bool routed_event = false; constexpr bool layout = false; constexpr bool shortcut = false; constexpr bool text_service = false; +constexpr int click_detector = 0; } // namespace cru::ui::debug_flags |