Files
zed/crates/editor2/src
Conrad Irwin 75891e83f3 Fix mouse events when element is occluded (#3417)
This commit adds a depth map to the frame so we can find the "top most"
opaque layer by stacking order for a given point.

This lets us determine whether the element being hovered was part of the
given layer in the previous frame, which fixes the hover issue.

Still to do:
* [ ] Fix up mouse events too (I tried this, but it's not working yet,
and I want to understand why)

Release Notes:

- N/A
2023-11-28 15:57:22 -07:00
..
WIP
2023-11-20 14:46:01 -08:00
2023-11-13 18:25:21 +02:00
2023-11-28 09:59:58 -07:00
2023-11-28 09:59:58 -07:00
2023-11-21 01:05:29 -05:00
2023-11-08 14:24:28 +01:00
2023-11-08 23:16:04 -08:00