Skip to content

Support exclusive fullscreen#2814

Merged
riccardobl merged 1 commit into
jMonkeyEngine:masterfrom
riccardobl:exclusivefullscreen
May 28, 2026
Merged

Support exclusive fullscreen#2814
riccardobl merged 1 commit into
jMonkeyEngine:masterfrom
riccardobl:exclusivefullscreen

Conversation

@riccardobl
Copy link
Copy Markdown
Member

This PR adds exclusive fullscreen to the SDL3 backend, and a FullscreenMode AppSetting to toggle between borderless window and exclusive fullscreen

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces support for configuring different fullscreen modes (borderless window and exclusive fullscreen) in the application settings and implements the corresponding backend logic using SDL in the LWJGL3 window system. Specifically, it adds FULLSCREEN_MODE_BORDERLESS_WINDOW and FULLSCREEN_MODE_EXCLUSIVE_FULLSCREEN constants, getters, and setters to AppSettings, and updates LwjglWindow to resolve display origins and apply the requested fullscreen mode via native SDL calls. There are no review comments to address, and I have no further feedback to provide.

@riccardobl riccardobl merged commit 4212ae8 into jMonkeyEngine:master May 28, 2026
27 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants