mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Add mouse implementation of most components.
This commit is contained in:
@@ -36,6 +36,9 @@ class Container : public Component {
|
||||
|
||||
int selected_ = 0;
|
||||
int* selector_ = nullptr;
|
||||
|
||||
private:
|
||||
bool OnMouseEvent(Event event);
|
||||
};
|
||||
|
||||
} // namespace ftxui
|
||||
|
Reference in New Issue
Block a user