issues
search
bevyengine
/
bevy
A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.46k
stars
3.6k
forks
source link
use scale factor for touches in UI focus
#16522
Closed
mockersf
closed
2 days ago
mockersf
commented
2 days ago
Objective
Fix the issue mentioned on iOS in
https://github.com/bevyengine/bevy/issues/16363#issuecomment-2499766031
touch on the button in the mobile example are not detected
Solution
UI focus now uses the window scale factor for touches
Objective
Solution