mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 19:13:08 +00:00
aebd760711
# Objective - `process_touch_event` in `bevy_input` don't update position info. `TouchPhase::Ended` and `TouchPhase::Cancelled` should use the position info from `pressed`. Otherwise, it'll not update. The position info is updated from `TouchPhase::Moved`. ## Solution - Use updated touch info. --- ## Changelog > This section is optional. If this was a trivial fix, or has no externally-visible impact, feel free to skip this section. - Fixed: bevy_input, fix process touch event, update touch info |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |