native: getDeviceID and getDeviceInfo

This commit is contained in:
HolographicHat
2022-04-05 02:22:01 +08:00
parent e4e76286c9
commit bb4d5215f1
14 changed files with 2385 additions and 4 deletions

2
native.d.ts vendored
View File

@@ -1,3 +1,5 @@
export function selectGameExecutable(): string
export function checkGameIsRunning(processName: string): boolean
export function whoUseThePort(port: number): object
export function getDeviceInfo(): object
export function getDeviceID(): string