-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
Milestone
Description
Enhancement request:
tl;dr: make moving the Window more intuitive
What should be added/changed?
- A better way to move the window between screens
- Add an optional screen argument to
Window.center_windowfor convenience
What would it help with?
Moving windows between is currently counter-intuitive. It only seems to be possible through Window.set_fullscreen as result of pyglet API Design, which is how arcade.Window.__init__ selects the current screen. Although the base pyglet Window has a screen property, it is read-only.
Metadata
Metadata
Assignees
Labels
No labels