bevy/crates/bevy_picking
François Mockers d2fbedbe6f don't trigger drag events if there's no movement (#16950)
# Objective

- Fixes #16571

## Solution

- When position delta is zero, don't trigger `Drag` or `DragOver` events

## Testing

- tested with the code from the issue
2025-01-03 19:27:41 +01:00
..
src don't trigger drag events if there's no movement (#16950) 2025-01-03 19:27:41 +01:00
Cargo.toml Release 0.15.0 2024-11-29 01:50:42 +01:00
README.md Upstream CorePlugin from bevy_mod_picking (#13677) 2024-06-15 11:59:57 +00:00

Bevy Picking