renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
326 stars 64 forks source link

Multiple displays and window position #61

Closed okbalefthanded closed 3 months ago

okbalefthanded commented 7 years ago

1) One of the new features available in SDL2 is the ability to handle multiple displays, It'll be a great if it's listed upon the upcoming features for the next pygame_sdl2 release.

2) Another point: the ability to set the position of the pygame window was available in the old pygame versions, Is it possible to do so using pygame_sdl2 with the current modules ?