32 static constexpr int Key_Up =
static_cast< int >( Wt::Key::Up );
33 static constexpr int Key_Down =
static_cast< int >( Wt::Key::Down );
34 static constexpr int Key_Enter =
static_cast< int >( Wt::Key::Enter );
35 static constexpr int Key_Return =
static_cast< int >( Wt::Key::Enter );
36 static constexpr int Key_Backspace =
static_cast< int >( Wt::Key::Backspace );
37 static constexpr int Key_Escape =
static_cast< int >( Wt::Key::Escape );
38 static constexpr int Key_Tab =
static_cast< int >( Wt::Key::Tab );
39 static constexpr int Key_Space =
static_cast< int >( Wt::Key::Space );
40 static constexpr int Key_Shift =
static_cast< int >( Wt::Key::Shift );
41 static constexpr int Key_Control =
static_cast< int >( Wt::Key::Control );
42 static constexpr int Key_Alt =
static_cast< int >( Wt::Key::Alt );
44 static constexpr int Key_CapsLock =
static_cast<int>(Wt::FxUIKey::Key_CapsLock);
static constexpr int Key_At
static constexpr int Key_Shift
static constexpr int Key_Control
static constexpr int Key_CapsLock
static constexpr int Key_Alt
static constexpr int Key_Down
static constexpr int Key_Return
static constexpr int Key_Enter
static constexpr int Key_Escape
static constexpr int Key_Space
static constexpr int Key_Up
static constexpr int Key_Backspace
static constexpr int Key_Tab