4#ifndef FTXUI_COMPONENT_TERMINAL_INPUT_PARSER
5#define FTXUI_COMPONENT_TERMINAL_INPUT_PARSER
24 unsigned char Current();
37 struct CursorPosition {
46 CursorPosition cursor{};
54 void Send(Output output);
61 Output ParseMouse(
bool altered,
bool pressed, std::vector<int> arguments);
62 Output ParseCursorPosition(std::vector<int> arguments);
64 std::function<void(
Event)> out_;
Represent an event. It can be key press event, a terminal resize, or more ...
A mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift,...
The FTXUI ftxui:: namespace.