Hi, I’m using libGdx to do a game, so far was so good, but I figured that if I move the window while the game is running (Example: I shoot and right after that I move the window with the cursor) the Render process stops, but all other process continues, the game don’t stop entirely, that causes various problems, since it doesn’t stop update methods some collisions get messed when I move the window, some keys freezes… any one know an work around? I read that it is a problem with Display implementation… so I tried to use JFrame to substituite it, but it doesn’t worked well, messed all my game, resize gets really weird with JFrame… any tips? ty…