korge
korge copied to clipboard
Ghosting occurs if forceRenderEveryFrame is not enabled
Tested in Korge sandbox OnScreenController.
https://youtu.be/KEla-ThKKdA
That's strange, indeed.
Since you have debug buttons, let's add a button for toggle forceRenderEveryFrame like here: https://github.com/korlibs/korge/blob/656078f3a41505f1b1625f39210edb3cb2110117/korge-sandbox/src/commonMain/kotlin/Main.kt#L257-L259
And see how it behaves at runtime. We have to check if that happens only on windows or on mac too since I have not noticed that behaviour myself on mac.