ZeroK-RTS / Chobby

Spring RTS Ingame lobby project
17 stars 38 forks source link

Can't switch Zero-K as borderless window between monitors #268

Closed Stuart1998 closed 7 years ago

Stuart1998 commented 7 years ago

See video https://youtu.be/RVmqr-Q-yXY

Applies in ZK in-game as well.

GoogleFrog commented 7 years ago

Lua has no way of seeing how many screens you have or the resolution of any screen other than your first. Automatic detection and screen selection sounds impossible from lua alone. See https://springrts.com/mantis/view.php?id=5613

I've added a new display type "Manual Borderless" which lets you input (x, y, width, height) manually. It can accommodate any desired screen setup.