mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
4034740396
# Objective If you have multiple windows, there is no way to determine which window a `TouchInput` event applies to. This fixes that. ## Solution - Add the window entity directly to `TouchInput`, just like the other input events. - Fixes #6011. ## Migration Guide + Add a `window` field when constructing or destructuring a `TouchInput` struct. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |