-
-
Notifications
You must be signed in to change notification settings - Fork 93
significantly improved support for multi-monitor setups on desktop; other screen, stage, scene improvements #1341
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ic perversely associates monitor with fullscreen so we need to do a workaround.
…ecified in screeen specific coords.
…e.RunMain() helper.
…dow position, geom. also clear cache when doing restore so immediately prior resize / move don't register as user updates.
… so removed that commented-out code
kkoreilly
requested changes
Nov 26, 2024
…Point structure removes tons of absolutely pointless conversion code
….Screen; make AppSingle consistent with that behavior
…reen video mode resolution
kkoreilly
requested changes
Nov 27, 2024
… fullscreen can be off. also fix FullWindow logic.
…ection in dialogs demo
…, not in update geom.
…a crash on nvidia and it is crashing in a different place that might be fixed by latest wgpu.
kkoreilly
approved these changes
Dec 9, 2024
This was referenced Dec 9, 2024
This was referenced Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add screen name to saved window geometry so it prefers to open there, and add option for screen name in opening new windows, in stage and lower level system api. also system.Window.Position() always returns screen-relative position. all working as expected.
Picks up from progress in #1339
b.NewWindow().SetScreen(1).RunMain()to specify screen 1 as the default to open a new window.