Skip to content
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

Multiple monitor support #63

Open
einarf opened this issue Jan 11, 2020 · 5 comments
Open

Multiple monitor support #63

einarf opened this issue Jan 11, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@einarf
Copy link
Member

einarf commented Jan 11, 2020

Currently we always open the window on the primary monitor. Not all window libraries will support this, but it would be nice to at least support it for glfw and pyglet.

During window creation we could support passing in a monitor id were 0 is the primary monitor. Maybe also supply method for moving the window between monitors.

@einarf einarf added the enhancement New feature or request label Jan 28, 2020
@einarf
Copy link
Member Author

einarf commented Mar 21, 2020

I only have a single 21:9 screen at the moment. I'll see if I can get hold of a cheap second screen somewhere....

@Leterax
Copy link
Contributor

Leterax commented Jun 1, 2020

I have two monitors and would be glad to test anything

@Akarys42
Copy link

Akarys42 commented Jun 3, 2020

I have two monitor, and Manjaro 5.2, I'd be happy to help too

@einarf
Copy link
Member Author

einarf commented Aug 22, 2020

Fullscreen toggle was added. We need to resolve the missing features before the release
#96

@einarf
Copy link
Member Author

einarf commented Aug 22, 2020

We also want to expose information about the active monitor : #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants