4#ifndef FTXUI_COMPONENT_TERMINAL_INPUT_PARSER
5#define FTXUI_COMPONENT_TERMINAL_INPUT_PARSER
27 unsigned char Current();
40 struct CursorPosition {
49 CursorPosition cursor;
53 Output(Type t) : type(t) {}
56 void Send(Output output);
63 Output ParseMouse(
bool altered,
bool pressed, std::vector<int> arguments);
64 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,...