|
opynsim
Unofficial C++ Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | osc |
Typedefs | |
| using | osc::KeyModifiers = Flags< KeyModifier > |
Enumerations | |
| enum class | osc::KeyModifier : uint16_t { osc::None = 0 , osc::Shift = 1<<0 , osc::Ctrl = 1<<1 , osc::Meta = 1<<2 , osc::Alt = 1<<3 , osc::NUM_FLAGS = 4 } |
Functions | |
| constexpr KeyModifiers | osc::operator| (KeyModifier lhs, KeyModifier rhs) |