When my app is open on the desktop and the game is launched, the window briefly grabs the focus (it’s an in-game window) before I get the event that the game is running (which lets me hide the window to display a loading screen). See the attached gif
I would need a way to avoid that - either by preventing the app from being display on top of the game before I can react to it, or having an event I can react to when the window is about to be redisplayed in the game.
Impact: low. It’s a bit annoying, but it’s not preventing users from using the app.