Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

full screen in libgdx Lwjgl3

// Reference https://github.com/libgdx/libgdx/issues/4785#issuecomment-886230133

config.setAutoIconify(true);
config.setFullscreenMode(Lwjgl3ApplicationConfiguration.getDisplayMode());
// Where config is an instance of Lwjgl3ApplicationConfiguration
// made when creating a Lwjgl3Application in backends.
 
PREVIOUS NEXT
Tagged: #full #screen #libgdx
ADD COMMENT
Topic
Name
3+5 =