summaryrefslogtreecommitdiffstats
path: root/native/src/overlay/group.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename method to is_overLibravatar Cory Forsstrom2023-01-171-8/+2
|
* New method to determine if overlay contains cursorLibravatar Cory Forsstrom2023-01-171-0/+13
| | | | | | This is needed for "container" overlay's such as `Group` which should only consider it's childrens layouts and not it's own when determining if the cursor is captured by the overlay.
* Add group overlay elementLibravatar Cory Forsstrom2023-01-171-0/+165