mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Support for inverted selections.
This commit is contained in:
@@ -138,7 +138,10 @@ class ScreenInteractive : public Screen {
|
||||
// Selection API:
|
||||
bool selection_enabled_ = false;
|
||||
CapturedMouse selection_pending_;
|
||||
Box selection_box_;
|
||||
int selection_start_x_ = 0;
|
||||
int selection_start_y_ = 0;
|
||||
int selection_end_x_ = 0;
|
||||
int selection_end_y_ = 0;
|
||||
|
||||
friend class Loop;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user