FTXUI
0.8.1
C++ functional terminal UI.
|
Go to the documentation of this file.
12 event.input_ = std::move(
input);
13 event.type_ = Type::Character;
30 event.input_ = std::move(
input);
31 event.type_ = Type::Mouse;
39 event.input_ = std::move(
input);
46 event.input_ = std::move(
input);
47 event.type_ = Type::CursorReporting;
static const Event PageDown
static const Event Backspace
std::string to_string(const std::wstring &s)
Convert a UTF8 std::string into a std::wstring.
static const Event ArrowLeft
static Event Character(std::string)
static Event CursorReporting(std::string, int x, int y)
static const Event Return
static const Event Delete
const std::string & input() const
static const Event Escape
A mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift,...
static const Event TabReverse
static Event Mouse(std::string, Mouse mouse)
static const Event ArrowDown
static const Event ArrowUp
Represent an event. It can be key press event, a terminal resize, or more ...
static const Event ArrowRight
static Event Special(std::string)
static const Event PageUp