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 Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
button.rs Color interpolation in OKLab, OKLCH spaces for UI gradients (#19330) 2025-06-21 15:06:35 +00:00
core_widgets_observers.rs New simplified "click to focus" logic for core widgets. (#19736) 2025-06-21 18:05:26 +00:00
core_widgets.rs core_widgets example slider fix (#19810) 2025-06-29 17:41:41 +00:00
directional_navigation.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
display_and_visibility.rs
feathers.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
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 Color interpolation in OKLab, OKLCH spaces for UI gradients (#19330) 2025-06-21 15:06:35 +00:00
tab_navigation.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
text_background_colors.rs
text_debug.rs
text_wrap_debug.rs
text.rs
transparency_ui.rs
ui_material.rs
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 Split CursorOptions off of Window (#19668) 2025-06-17 20:20:13 +00:00
z_index.rs