ttx 0.1.0
|
#include "di/reflect/enumerator.h"
#include "di/reflect/reflect.h"
#include "di/util/bitwise_enum.h"
Go to the source code of this file.
Namespaces | |
namespace | ttx |
Enumerations | |
enum class | ttx::Modifiers { ttx::None = 0 , ttx::Shift = 1 << 0 , ttx::Alt = 1 << 1 , ttx::Control = 1 << 2 , ttx::Super = 1 << 3 , ttx::Hyper = 1 << 4 , ttx::Meta = 1 << 5 , ttx::CapsLock = 1 << 6 , ttx::NumLock = 1 << 7 , ttx::LockModifiers = CapsLock | NumLock } |
Functions | |
constexpr auto | ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< Modifiers >) |