MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / toggleFullscreen

Method toggleFullscreen

src/main/java/exitcode/Main.java:265–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 public static void toggleFullscreen() {
266 fullscreenBool = !fullscreenBool;
267 main_primaryStage.setFullScreen(fullscreenBool);
268 }
269
270 public static void closeGame() {
271 Main.preExitTasks();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected