Search found 3 matches
- 28 Jul 2016, 22:14
- Forum: Help & Bugs
- Topic: Prevent spring from minimizing when you click on 2nd display
- Replies: 8
- Views: 2568
Re: Prevent spring from minimizing when you click on 2nd display
I use windowed mode, not fullscreen.
- 28 Jul 2016, 21:33
- Forum: Help & Bugs
- Topic: Prevent spring from minimizing when you click on 2nd display
- Replies: 8
- Views: 2568
Re: Prevent spring from minimizing when you click on 2nd display
I use windowed/borderless mode and this still happens unless you set the environment variable.
In 100.0 the problem was even more severe, I had to hack in the SDL_SetHint() call as the environment variable alone would not suffice.
In 100.0 the problem was even more severe, I had to hack in the SDL_SetHint() call as the environment variable alone would not suffice.
- 28 Jul 2016, 19:47
- Forum: Help & Bugs
- Topic: Prevent spring from minimizing when you click on 2nd display
- Replies: 8
- Views: 2568
Prevent spring from minimizing when you click on 2nd display
I use two monitors. One runs spring and the other runs springlobby, chat, web, etc. When I click on the second monitor, spring is minimized. I find this annoying but it is the default SDL2 behaviour. You can prevent spring from minimizing itself when it loses focus using the following environment va...