bevy
bevy copied to clipboard
Removed android touch event y-axis flip
Objective
Fix android touch events being flipped. Only removed test for android, don't have ios device to test with. Tested with emulator and physical device.
Solution
Remove check, no longer needed with coordinate change in 0.9
Can you remove it for iOS too? Even without testing this is virtually guaranteed to not be needed anymore.
Removed it for ios
tested on iOS 👍
Could you change the PR title to reflect it's also for iOS? The title will be used as the commit name in git history
I'll merge this once the title is updated.
bors r+
Pull request successfully merged into main.
Build succeeded:
- build-and-install-on-iOS
- build-android
- build (macos-latest)
- build (ubuntu-latest)
- build-wasm
- build (windows-latest)
- build-without-default-features (bevy)
- build-without-default-features (bevy_ecs)
- build-without-default-features (bevy_reflect)
- check-compiles
- check-doc
- check-missing-examples-in-docs
- ci
- markdownlint
- run-examples
- run-examples-on-wasm
- run-examples-on-windows-dx12