blob: fceef081d4db7a43e8633f6a50fa3a6176da16fd (
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 = false;
} // namespace cru::ui::debug_flags
|