You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS, setting the logical presentation to OVERSCAN renders exactly like LETTERBOX (content is letterboxed with bars), while on all other tested platforms OVERSCAN correctly fills the screen (cropping outside the logical area as expected).
Platforms where OVERSCAN works as expected: Windows, Linux, macOS, Android, SteamOS (Steam Deck), Steam Linux.
On iOS, LETTERBOX works as expected, but OVERSCAN does not.
Expected behavior
With SDL_LOGICAL_PRESENTATION_OVERSCAN, the content should be scaled to fill the output, cropping anything outside the logical size. There should be no black bars.
Actual behavior
On iOS only, using SDL_LOGICAL_PRESENTATION_OVERSCAN produces the same result as SDL_LOGICAL_PRESENTATION_LETTERBOX (black bars appear / content is not cropped to fill).