mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Select only if the selection starts in my text widget
This commit is contained in:

committed by
ArthurSonzogni

parent
437439c945
commit
3e9bab424e
@@ -11,6 +11,8 @@ struct Box {
|
||||
int x_max = 0;
|
||||
int y_min = 0;
|
||||
int y_max = 0;
|
||||
bool isXInverted = false; // false means the box box from x_min to x_max (in the case of a selection for example)
|
||||
bool isYInverted = false; // false means the box box from y_min to y_max (in the case of a selection for example)
|
||||
|
||||
static auto Intersection(Box a, Box b) -> Box;
|
||||
static auto Union(Box a, Box b) -> Box;
|
||||
|
Reference in New Issue
Block a user