-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
ofGLFWWindowSettings::monitor has no effect (with Windows) #7959
Comments
Maybe with my Windows system is somethiong wrong, because the app Window always appears on the second monitor... |
There is a lot of issues with GLFW window handling. In fact for production I'm using a fork that fixes most problems to me, but it changes API. in this fork you should use ofWindowSettings instead of ofGLFWWindowSettings |
@dimitre thank you. I tried it, the monitor setting still has no effect. |
which one is your primary monitor? and which one is on the left on arrangement?
|
I guess, my primary monitor is on the right (I had to switch the order in the control panel). This can make it more confusing. |
I've just perceived a similar issue to yours |
All of the other GLFW settings work, but ofGLFWWindowSettings::monitor not (if I am right, that one should choose the monitor where the screen coordinates start). I experience the issue with Windows.
The text was updated successfully, but these errors were encountered: