ttx 0.1.0
|
#include "ttx/key_event_io.h"
#include "di/format/prelude.h"
#include "di/vocab/array/to_array.h"
#include "ttx/key.h"
#include "ttx/key_event.h"
#include "ttx/params.h"
Classes | |
struct | ttx::CodePointMapping |
Namespaces | |
namespace | ttx |
Functions | |
auto | ttx::serialize_key_event (KeyEvent const &event, ApplicationCursorKeysMode cursor_key_mode, KeyReportingFlags flags) -> di::Optional< di::String > |
auto | ttx::key_event_from_legacy_code_point (c32 code_point, Modifiers base_modifiers=Modifiers::None) -> KeyEvent |
auto | ttx::key_event_from_csi (CSI const &csi) -> di::Optional< KeyEvent > |
Variables | |
constexpr auto | ttx::legacy_code_point_mappings |
constexpr auto | ttx::ss3_mappings |
constexpr auto | ttx::legacy_functional_key_mappings |
constexpr auto | ttx::code_point_key_mappings |
constexpr auto | ttx::numpad_key_mappings |