blob: 7c600d48b651e9680f4ffe30e4fb3e01d73214d9 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
namespace cru::ui::debug_flags {
constexpr bool routed_event = false;
constexpr bool layout = false;
constexpr bool shortcut = false;
constexpr bool text_service = true;
} // namespace cru::ui::debug_flags
|