java - Libgdx | How to render game when not in focus? -


how render , update game on desktop when i'm not clicked on game window? want render, in background. thanks!

wyatt, in game's main class, override pause(). if main class implements applicationlistener, done automatically. remove super.pause() within override , game render in background.


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -