bevy/crates/bevy_picking/src
Talin 57ddae1e93
Core button widget (#19366)
# Objective

Part of #19236

## Solution

Adds a new `bevy_core_widgets` crate containing headless widget
implementations. This PR adds a single `CoreButton` widget, more widgets
to be added later once this is approved.

## Testing

There's an example, ui/core_widgets.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-10 12:50:08 -04:00
..
mesh_picking Updating mesh_picking doc to include RenderAssetUsages (#19413) 2025-05-29 18:44:50 +00:00
backend.rs Add boilerplate docs for PointerHits::new and HitData::new (#19259) 2025-05-19 19:22:07 +00:00
events.rs Mention in the docs for pointer events that these are in screen-space. (#19518) 2025-06-06 22:20:14 +00:00
hover.rs Core button widget (#19366) 2025-06-10 12:50:08 -04:00
input.rs Adopt consistent FooSystems naming convention for system sets (#18900) 2025-05-06 15:18:03 +00:00
lib.rs Core button widget (#19366) 2025-06-10 12:50:08 -04:00
pointer.rs fix(picking): Location is not a Component anymore. (#19306) 2025-05-22 01:33:01 +00:00
window.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00