bevy/crates/bevy_picking/src
colepoirier 84359514bd
Add scroll functionality to bevy_picking (#17704)
# Objective

`bevy_picking` currently does not support scroll events.

## Solution

This pr adds a new event type for scroll, and updates the default input
system for mouse pointers to read and emit this event.

## Testing

- Did you test these changes? If so, how?
- Are there any parts that need more testing?
- How can other people (reviewers) test your changes? Is there anything
specific they need to know?
- If relevant, what platforms did you test these changes on, and are
there any important ones you can't test?

I haven't tested these changes, if the reviewers can advise me how to do
so I'd appreciate it!
2025-02-10 22:03:38 +00:00
..
mesh_picking Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
backend.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
events.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
hover.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
input.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
lib.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
pointer.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
window.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00