input: minor constraint fixes
fixes the confined region, warping issues, etc. Closes #3158
This commit is contained in:
parent
e3c83ab2e0
commit
d9937fcdba
4 changed files with 50 additions and 11 deletions
|
|
@ -45,6 +45,7 @@ class CRegion {
|
|||
wlr_box getExtents();
|
||||
bool containsPoint(const Vector2D& vec);
|
||||
bool empty();
|
||||
Vector2D closestPoint(const Vector2D& vec);
|
||||
|
||||
std::vector<pixman_box32_t> getRects() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue