Skip to content

Expose deferred screen edges setting for ios devices #18729

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
merged 3 commits into from
Apr 30, 2025

Conversation

yonson2
Copy link
Contributor

@yonson2 yonson2 commented Apr 5, 2025

Objective

This setting is useful for ios apps that make use of the screen edges, letting the app have control of the first edge gesture before relegating to the os.

Testing

  • Tested on simulator and on an iPhone Xs

Copy link
Contributor

github-actions bot commented Apr 5, 2025

Welcome, new contributor!

Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨

@yonson2 yonson2 changed the title Expose deferred screen edges settings for ios devices Expose deferred screen edges setting for ios devices Apr 5, 2025
@alice-i-cecile alice-i-cecile added A-Windowing Platform-agnostic interface layer to run your app in D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward O-iOS Specific to the iOS mobile operating system labels Apr 5, 2025
Copy link
Contributor

@greeble-dev greeble-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have much knowledge of windowing or iOS, but I'm clicking approve as I couldn't spot any blocking issues.

I did notice that the Bevy ScreenEdge is more limited than winit's - Bevy's is an enum but winit's is a bitfield. Not sure if that's intentional? I added a suggestion that links the ScreenEdge documentation to winit's - if the limitation is intentional then I guess that comment should also note the limitation.

@alice-i-cecile alice-i-cecile added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Apr 29, 2025
@mockersf mockersf enabled auto-merge April 30, 2025 21:04
@mockersf mockersf added this pull request to the merge queue Apr 30, 2025
Merged via the queue into bevyengine:main with commit cd67bac Apr 30, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Windowing Platform-agnostic interface layer to run your app in D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-iOS Specific to the iOS mobile operating system S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants