change DX11 Grabber automatic display select behaviour #1323
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.
Summary
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
Other information:
When using HyperHDR with multiple Monitors, the display numbering is inconsistent. One has to manually change the display to use frequently, as Windows does not guarantee consistent win32 numberings. the Automatic select feature also just selects the display thats first enumerated, which has the same problem.
I changed the behaviour of the auto select function to select the Primary Monitor all the time, as I think/hope this is the most commom usecase.
I created this PR after Posting this: #1321
and realizing that its very easy to just fix. I hope the PR satisfies all requirements, If not let me know :)