()
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected