Francis De Brabandere
Francis De Brabandere
And one more https://vpuniverse.com/files/file/19352-godfather/
@maselasm is this still an issue?
related issue: #1583
Looking at the code the offset speed is doubled when in `Window` view mode. For `Camera` and `Legacy` it's slower. https://github.com/vpinball/vpinball/blob/71af968e30c609a4c0fc05b97dfc3abcc457d737/LiveUI.cpp#L1274-L1275
Just tested on vpinball standalone and I don't have the impression it's slowly ramping up in speed.
The code indeed adds children ordered by screen number, so instead of storing them in a map by id they should be stored in a vector in the order of...
Could use a port to `master`
https://vpuniverse.com/files/file/20103-tron-neon-30/
Thanks for the elaborate example but could you also explain what the actual problem is? What should `SetBG` do that it does not do?
For me `SDL_GetDesktopDisplayMode` seems inconsistent Ubuntu 25.04 2 4K displays X11 ``` display 1: 3840x2160 (refreshRate=59.98) display 2: 3840x2160 (refreshRate=59.98) ``` Wayland ``` display 3: 1920x1080 (refreshRate=59.99) display 4: 1920x1080...