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
Post a Comment