We can catch mouse events

This commit is contained in:
Clement Roblot
2024-08-27 17:35:21 +07:00
committed by ArthurSonzogni
parent 75abd75b67
commit 1325256aa9
6 changed files with 71 additions and 4 deletions

View File

@@ -116,6 +116,9 @@ Element hyperlink(std::string link, Element child);
Element selectable(Element child);
Decorator selectable(void);
// -- Selection --
std::string getSelection(void);
// --- Layout is
// Horizontal, Vertical or stacked set of elements.
Element hbox(Elements);