VRC status checking

This commit is contained in:
Natsumi
2025-10-02 14:13:16 +13:00
parent f4d4754230
commit cac7bf6f17
10 changed files with 118 additions and 22 deletions

View File

@@ -58,6 +58,7 @@ declare global {
onWindowStateChange: (
Function: (event: any, state: { windowState: any }) => void
) => void;
onBrowserFocus: (Function: (event: any) => void) => void;
restartApp: () => Promise<void>;
getWristOverlayWindow: () => Promise<boolean>;
getHmdOverlayWindow: () => Promise<boolean>;