bevy/crates/bevy_ui
Carter Anderson 3ae96dd307 Fix ui interactions when cursor disappears suddenly (#3926)
On platforms like wasm (on mobile) the cursor can disappear suddenly (ex: the user releases their finger from the screen). This causes the undesirable behavior in #3752. These changes make the UI handler properly handle this case.

Fixes #3752
Alternative to #3599
2022-02-12 20:36:43 -08:00
..
src Fix ui interactions when cursor disappears suddenly (#3926) 2022-02-12 20:36:43 -08:00
Cargo.toml Release 0.6.0 (#3587) 2022-01-08 10:18:22 +00:00