mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +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