4 #ifndef FTXUI_COMPONENT_TERMINAL_INPUT_PARSER
5 #define FTXUI_COMPONENT_TERMINAL_INPUT_PARSER
25 unsigned char Current();
38 struct CursorPosition {
47 CursorPosition cursor{};
55 void Send(Output output);
62 Output ParseMouse(
bool altered,
bool pressed, std::vector<int> arguments);
63 Output ParseCursorPosition(std::vector<int> arguments);
std::unique_ptr< SenderImpl< T > > Sender
A mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift,...