Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Fix ui interactions when cursor disappears suddenly #3926

Closed
wants to merge 1 commit into from

Conversation

cart
Copy link
Member

@cart cart commented Feb 13, 2022

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

@cart cart added A-UI Graphical user interfaces, styles, layouts, and widgets O-Web Specific to web (WASM) builds labels Feb 13, 2022
@cart cart added this to the Bevy 0.6.1 milestone Feb 13, 2022
@github-actions github-actions bot added the S-Needs-Triage This issue needs to be labelled label Feb 13, 2022
@alice-i-cecile alice-i-cecile added C-Bug An unexpected or incorrect behavior and removed S-Needs-Triage This issue needs to be labelled labels Feb 13, 2022
@cart
Copy link
Member Author

cart commented Feb 13, 2022

bors r+

bors bot pushed a commit that referenced this pull request Feb 13, 2022
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
@bors bors bot changed the title Fix ui interactions when cursor disappears suddenly [Merged by Bors] - Fix ui interactions when cursor disappears suddenly Feb 13, 2022
@bors bors bot closed this Feb 13, 2022
cart added a commit that referenced this pull request Feb 13, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior O-Web Specific to web (WASM) builds
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Touch release input not working on WASM/Web
3 participants