bevy/crates/bevy_picking/src
Miles Silberling-Cook 131ec38650
Fix pointer constructor order (#16169)
Fixes a small divergence between `bevy_mod_picking` and the up-streamed
`bevy_picking`: Both have a `Pointer<E>` constructor with the same
types, but in a different order.

This is part of work being done on `bevy_mod_picking` to simplify the
migration to `bevy_picking`.
2024-10-30 17:08:20 +00:00
..
mesh_picking Mesh picking fixes (#16110) 2024-10-27 19:03:48 +00:00
backend.rs fix: add reflect to SceneInstanceReady and other observers/events (#16018) 2024-10-20 13:51:41 +00:00
events.rs Fix pointer constructor order (#16169) 2024-10-30 17:08:20 +00:00
focus.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
input.rs Migrate bevy picking (#15690) 2024-10-07 16:26:37 +00:00
lib.rs Emit picking event streams (#16105) 2024-10-27 19:05:31 +00:00
pointer.rs Add read-only access to PointerInteraction (#15964) 2024-10-16 21:21:19 +00:00