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

[WIP] GLFW redesign #7863

Closed
wants to merge 299 commits into from
Closed

[WIP] GLFW redesign #7863

wants to merge 299 commits into from

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented Jan 15, 2024

this is an experimental PR

@dimitre
Copy link
Member Author

dimitre commented Jan 24, 2024

now it is possible to select which screens will the window cover in fullscreen like:

	settings.fullscreenDisplays = { 0, 1, 2 };
	settings.fullscreenDisplays = { 1, 2 };
	settings.fullscreenDisplays = { 1, 3 };

@dimitre dimitre closed this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants