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

Fullscreen borderless mode #290

Closed
Technerder opened this issue Aug 27, 2019 · 4 comments
Closed

Fullscreen borderless mode #290

Technerder opened this issue Aug 27, 2019 · 4 comments
Labels
Milestone

Comments

@Technerder
Copy link

Does this engine provide a method to make the game full-screened yet borderless?

@nightm4re94
Copy link
Member

Hi there, do you mean borderless windowed mode in full screen size? Like in this example?

@Technerder
Copy link
Author

Precisely

@steffen-wilke
Copy link
Contributor

steffen-wilke commented Nov 29, 2019

Now we support it :)

To use it, just set the option gfx_displayMode=BORDERLESS in the config.properties or use Game.config().graphics().setDisplayMode(DisplayMode.BORDERLESS) from code before initializing the game.

This change will be available with the next release v0.4.18-alpha

@Technerder
Copy link
Author

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants