bevy/crates/bevy_ui/src
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
..
flex Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
render remove some mut in queries (#3437) 2021-12-26 05:39:46 +00:00
widget Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
anchors.rs rustfmt changes 2020-07-28 14:24:03 -07:00
entity.rs Add Visibility component to UI (#3426) 2021-12-24 07:10:12 +00:00
focus.rs bevy_ui: Check clip when handling interactions (#3461) 2021-12-28 20:47:45 +00:00
lib.rs bevy_ui: register Overflow type (#3443) 2021-12-27 19:46:25 +00:00
margins.rs move bevy crates to their own folder 2020-04-24 17:57:20 -07:00
ui_node.rs Implement the Overflow::Hidden style property for UI (#3296) 2021-12-19 05:44:28 +00:00
update.rs Implement the Overflow::Hidden style property for UI (#3296) 2021-12-19 05:44:28 +00:00