bevy/crates/bevy_input
Miles Silberling-Cook 4034740396
Add window entity to TouchInput events (#11128)
# 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.
2024-01-02 03:03:05 +00:00
..
src Add window entity to TouchInput events (#11128) 2024-01-02 03:03:05 +00:00
Cargo.toml