aevyrie / bevy_mod_picking

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

Add correct window to touch pointers. #297

Closed NthTensor closed 8 months ago

NthTensor commented 10 months ago

Simple follow-up to https://github.com/bevyengine/bevy/pull/11128. Adds the correct window ref to touch pointer events.

aevyrie commented 8 months ago

Ah, this is a bevy 0.13 thing

aevyrie commented 8 months ago

Thanks!