This repository has been archived by the owner. It is now read-only.
[Toolkit.Graphics] Monitor index is ignored when going to fullscreen. #346
Labels
Comments
i believe this is related to issue #326 if i revert the fullscreen-switching code in SwapChainGraphicsPresenter to
then the MonitorInfo sample correctly switches to the given output. the new fullscreen-switching is done in the function CreateSwapChainForDesktop() where i dont see the PrefferedOutputIndex being mentioned at all. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When switching to fullscreen - the monitor index is ignored and the application is always set to the primary monitor, this can be reproduced in MonitorInfo Toolkit sample.
The text was updated successfully, but these errors were encountered: