bevy/examples/ui
ickshonpe 8d70649e7d
core_widgets example slider fix (#19810)
# Objective

When dragging the slider thumb the thumb is only highlighted while the
pointer is hovering the widget. If the pointer moves off the widget
during a drag the thumb reverts to its normal unhovered colour.

## Solution

Query for `CoreSliderDragState` in the slider update systems and set the
lighter color if the thumb is dragged or hovered.
2025-06-29 17:41:41 +00:00
..
borders.rs
box_shadow.rs
button.rs
core_widgets_observers.rs
core_widgets.rs
directional_navigation.rs
display_and_visibility.rs
feathers.rs
flex_layout.rs
font_atlas_debug.rs
ghost_nodes.rs
gradients.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
grid.rs
overflow_clip_margin.rs
overflow_debug.rs
overflow.rs
relative_cursor_position.rs
render_ui_to_texture.rs
scroll.rs
size_constraints.rs
stacked_gradients.rs
tab_navigation.rs
text_background_colors.rs
text_debug.rs
text_wrap_debug.rs
text.rs
transparency_ui.rs
ui_material.rs ui_material example webgl2 fix (#17852) 2025-02-13 20:52:26 +00:00
ui_scaling.rs
ui_texture_atlas_slice.rs
ui_texture_atlas.rs
ui_texture_slice_flip_and_tile.rs
ui_texture_slice.rs
ui_transform.rs
viewport_debug.rs
viewport_node.rs
window_fallthrough.rs
z_index.rs