ttx 0.1.0
|
#include </home/runner/work/ttx/ttx/src/key_bind.h>
Public Member Functions | |
constexpr auto | is_default () const -> bool |
Public Attributes | |
Key | key { Key::None } |
Modifiers | modifiers { Modifiers::None } |
InputMode | mode { InputMode::Normal } |
InputMode | next_mode { InputMode::Insert } |
Action | action |
Friends | |
constexpr friend auto | tag_invoke (di::Tag< di::reflect >, di::InPlaceType< KeyBind >) |
|
inlineconstexpr |
|
friend |
Action ttx::KeyBind::action |
InputMode ttx::KeyBind::mode { InputMode::Normal } |
Modifiers ttx::KeyBind::modifiers { Modifiers::None } |
InputMode ttx::KeyBind::next_mode { InputMode::Insert } |