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

Update SDLActivity.java #10854

Open
wants to merge 1 commit into
base: SDL2
Choose a base branch
from
Open

Update SDLActivity.java #10854

wants to merge 1 commit into from

Commits on Sep 15, 2024

  1. Update SDLActivity.java

    Fix Full immersive mode in Android 9 and higher.
    
    LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
    will make sure to use all the screen when  the fullscreen flag is enabled.
    
    The other option is 
    LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS will work in some cases but in devices that have a camera in the middle this flag will not work.
    quimmedes authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7c97ba3 View commit details
    Browse the repository at this point in the history