(Window window)
| 61 | } |
| 62 | |
| 63 | static void enterFullScreenMode(Window window) { |
| 64 | window.addFlags(FULL_SCREEN_WINDOW_FLAGS); |
| 65 | enableImmersiveMode(window); |
| 66 | } |
| 67 | |
| 68 | static void leaveFullScreenMode(Window window, int preserveFlags) { |
| 69 | disableImmersiveMode(window); |
no test coverage detected