# Objective - Fixes #8989 ## Solution - Renamed Interaction::Clicked -> Interaction::Pressed - Minor changes to comments to keep clarity of terms ## Migration Guide - Rename all instances of Interaction::Clicked -> Interaction::Pressed
# Objective An example demonstrating how Display and Visibility work in Bevy UI. fixes #5380 related #5368  ## Changelog * Added the example `flex_display.rs`.