bevy/crates/bevy_picking/src
AlephCubed 5d0e9cfb36
Flattened PointerAction::Pressed into Press and Release. (#17424)
Fixes #17397.
Also renamed all variants into present-tense.
## Migration Guide
- `PointerAction::Pressed` has been seperated into two variants,
`PointerAction::Press` and `PointerAction::Release`.
- `PointerAction::Moved` has been renamed to `PointerAction::Move`. 
- `PointerAction::Canceled` has been renamed to `PointerAction::Cancel`.
2025-01-19 22:51:57 +00:00
..
mesh_picking Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
backend.rs Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
events.rs Flattened PointerAction::Pressed into Press and Release. (#17424) 2025-01-19 22:51:57 +00:00
hover.rs Flattened PointerAction::Pressed into Press and Release. (#17424) 2025-01-19 22:51:57 +00:00
input.rs Flattened PointerAction::Pressed into Press and Release. (#17424) 2025-01-19 22:51:57 +00:00
lib.rs Add type registration for PickingInteraction (#17372) 2025-01-15 06:24:19 +00:00
pointer.rs Flattened PointerAction::Pressed into Press and Release. (#17424) 2025-01-19 22:51:57 +00:00
window.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00