Designer is working great now, and this fixes a bunch of things about the mouse.
This commit is contained in:
parent
f05f652c26
commit
ffc787df64
10 changed files with 4958 additions and 91 deletions
|
@ -52,6 +52,8 @@ struct Panel {
|
|||
void add(Component child);
|
||||
void render();
|
||||
void mouse_click(ftxui::Mouse::Button btn, Point pos);
|
||||
void mouse_release(ftxui::Mouse::Button btn, Point pos);
|
||||
void key_press(ftxui::Event event);
|
||||
const std::wstring &to_string();
|
||||
const Screen &screen();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue