ZIm/crates/gpui/src/elements
Michael Sloan 8aef64bbfa
Remove block_mouse_down in favor of stop_mouse_events_except_scroll (#30401)
This method was added in #20649 to be an alternative of `occlude` which
allows scroll events. It seems a bit arbitrary to only stop left mouse
downs, so this seems like it's probably an improvement.

Release Notes:

- N/A
2025-05-29 22:07:34 +00:00
..
anchored.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
animation.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
canvas.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
deferred.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
div.rs Remove block_mouse_down in favor of stop_mouse_events_except_scroll (#30401) 2025-05-29 22:07:34 +00:00
image_cache.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
img.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
list.rs gpui: Support hitbox blocking mouse interaction except scrolling (#31712) 2025-05-29 21:41:15 +00:00
mod.rs gpui: Add a standard text example (#30747) 2025-05-16 17:35:44 +02:00
surface.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
svg.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
text.rs gpui: Support hitbox blocking mouse interaction except scrolling (#31712) 2025-05-29 21:41:15 +00:00
uniform_list.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00