macOS native: added FlatNativeMacLibrary.windowToggleFullScreen() for easier testing

This commit is contained in:
Karl Tauber
2023-12-16 11:58:27 +01:00
parent a1adde0888
commit 93d424cfe1
6 changed files with 35 additions and 0 deletions

View File

@@ -63,4 +63,5 @@ public class FlatNativeMacLibrary
public native static int getWindowButtonAreaWidth( Window window );
public native static int getWindowTitleBarHeight( Window window );
public native static boolean isWindowFullScreen( Window window );
public native static boolean windowToggleFullScreen( Window window );
}