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

Backends: SDL3: Fix macOS mouse position incorrect for fullscreen apps #7919

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

Commits on Aug 26, 2024

  1. Backends: SDL3: Fix macOS mouse position incorrect for fullscreen apps

    This commit fixes an issue with macOS on devices with a notch. SDL3
    no longer provides a client area that encompasses the notch, so any
    reporting of the mouse location must factor this in for fullscreen
    SDL3 apps on macOS. SDL3 developers suggested using SDL_GetMouseState()
    to retrieve the correct location until they can find a solution for
    rendering into the notch area.
    MattGuerrette committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    441d54f View commit details
    Browse the repository at this point in the history