aevyrie / bevy_mod_picking

Picking and pointer events for Bevy.
https://crates.io/crates/bevy_mod_picking
Apache License 2.0
764 stars 170 forks source link

`Option<ForceTouch>` to pointer events #338

Open ActuallyHappening opened 2 months ago

ActuallyHappening commented 2 months ago

Is it possible to add support for accessing ForceTouch instances (for relevant events)? I am building a handwriting app using pointer events and bevy_mod_picking and it would be great to have access to this information