mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 10:58:15 -05:00
Update #46 - Fix pointer lock issue (sorta)
This commit is contained in:
@ -143,4 +143,7 @@ public class ServerPlatformSingleplayer {
|
||||
@Import(module = "serverPlatformSingleplayer", name = "setCrashCallback")
|
||||
private static native JSWASMCrashCallbackInterface setCrashCallbackWASM0();
|
||||
|
||||
@Import(module = "serverPlatformSingleplayer", name = "isTabAboutToClose")
|
||||
public static native boolean isTabAboutToCloseWASM();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user