ttx 0.1.0
Loading...
Searching...
No Matches
key.h File Reference
#include "di/reflect/enumerator.h"
#include "di/reflect/reflect.h"

Go to the source code of this file.

Namespaces

namespace  ttx
 

Enumerations

enum class  ttx::Key {
  ttx::None , ttx::A , ttx::B , ttx::C ,
  ttx::D , ttx::E , ttx::F , ttx::G ,
  ttx::H , ttx::I , ttx::J , ttx::K ,
  ttx::L , ttx::M , ttx::N , ttx::O ,
  ttx::P , ttx::Q , ttx::R , ttx::S ,
  ttx::T , ttx::U , ttx::V , ttx::W ,
  ttx::X , ttx::Y , ttx::Z , ttx::_0 ,
  ttx::_1 , ttx::_2 , ttx::_3 , ttx::_4 ,
  ttx::_5 , ttx::_6 , ttx::_7 , ttx::_8 ,
  ttx::_9 , ttx::Backtick , ttx::Minus , ttx::Equal ,
  ttx::Star , ttx::Plus , ttx::LeftBracket , ttx::RightBracket ,
  ttx::BackSlash , ttx::SemiColon , ttx::Quote , ttx::Comma ,
  ttx::Period , ttx::Slash , ttx::Escape , ttx::Enter ,
  ttx::Tab , ttx::Backspace , ttx::Space , ttx::Insert ,
  ttx::Delete , ttx::Left , ttx::Right , ttx::Up ,
  ttx::Down , ttx::PageUp , ttx::PageDown , ttx::Home ,
  ttx::End , ttx::CapsLock , ttx::ScrollLock , ttx::NumLock ,
  ttx::PrintScreen , ttx::Pause , ttx::Menu , ttx::F1 ,
  ttx::F2 , ttx::F3 , ttx::F4 , ttx::F5 ,
  ttx::F6 , ttx::F7 , ttx::F8 , ttx::F9 ,
  ttx::F10 , ttx::F11 , ttx::F12 , ttx::F13 ,
  ttx::F14 , ttx::F15 , ttx::F16 , ttx::F17 ,
  ttx::F18 , ttx::F19 , ttx::F20 , ttx::F21 ,
  ttx::F22 , ttx::F23 , ttx::F24 , ttx::F25 ,
  ttx::F26 , ttx::F27 , ttx::F28 , ttx::F29 ,
  ttx::F30 , ttx::F31 , ttx::F32 , ttx::F33 ,
  ttx::F34 , ttx::F35 , ttx::KeyPad0 , ttx::KeyPad1 ,
  ttx::KeyPad2 , ttx::KeyPad3 , ttx::KeyPad4 , ttx::KeyPad5 ,
  ttx::KeyPad6 , ttx::KeyPad7 , ttx::KeyPad8 , ttx::KeyPad9 ,
  ttx::KeyPadDecimal , ttx::KeyPadDivide , ttx::KeyPadMultiply , ttx::KeyPadSubtract ,
  ttx::KeyPadAdd , ttx::KeyPadEnter , ttx::KeyPadEqual , ttx::KeyPadSeparator ,
  ttx::KeyPadLeft , ttx::KeyPadRight , ttx::KeyPadUp , ttx::KeyPadDown ,
  ttx::KeyPadPageUp , ttx::KeyPadPageDown , ttx::KeyPadHome , ttx::KeyPadEnd ,
  ttx::KeyPadInsert , ttx::KeyPadDelete , ttx::KeyPadBegin , ttx::MediaPlay ,
  ttx::MediaPause , ttx::MediaPlayPause , ttx::MediaReverse , ttx::MediaStop ,
  ttx::MediaFastForward , ttx::MediaRewind , ttx::MediaTrackNext , ttx::MediaTrackPrevious ,
  ttx::MediaRecord , ttx::LowerVolume , ttx::RaiseVolume , ttx::MuteVolume ,
  ttx::ModifiersBegin , ttx::LeftShift , ttx::LeftControl , ttx::LeftAlt ,
  ttx::LeftSuper , ttx::LeftHyper , ttx::LeftMeta , ttx::RightShift ,
  ttx::RightControl , ttx::RightAlt , ttx::RightSuper , ttx::RightHyper ,
  ttx::RightMeta , ttx::IsoLevel3Shift , ttx::IsoLevel5Shift , ttx::ModifiersEnd ,
  ttx::KeyMax
}
 

Functions

constexpr auto ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< Key >)