-
SummaryHello, I have some troubles with fulscreen, fullscreen is always shown on primary screen Steps to reproduce
CommentsIt's not a problem for me if the active screen is not automatically detected, but is there a way to specify which screen WindowState.Fullscreen is applied to? thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
Perksey
May 19, 2025
Replies: 1 comment 1 reply
-
Yes you can use the Monitor API:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rulistaff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can use the Monitor API:
IWindow.Monitor
to get/set the monitor after applying fullscreen.Monitor.GetMonitors(IWindow)
to get all available monitors