bevy/crates/bevy_ui
davier 601cc0cbe3 bevy_ui: Check clip when handling interactions (#3461)
# Objective

Fix a bug: UI nodes that are clipped could still be interacted with in the clipped area.

## Solution

Clip the position calculation in `ui_focus_system`
2021-12-28 20:47:45 +00:00
..
src bevy_ui: Check clip when handling interactions (#3461) 2021-12-28 20:47:45 +00:00
Cargo.toml Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00