@phaserjs/phaser
Version:
22 lines • 497 B
TypeScript
export interface IDeviceOSResult {
android: boolean;
chromeOS: boolean;
cordova: boolean;
crosswalk: boolean;
desktop: boolean;
ejecta: boolean;
iOS: boolean;
iOSVersion: number;
iPad: boolean;
iPhone: boolean;
kindle: boolean;
linux: boolean;
macOS: boolean;
node: boolean;
nodeWebkit: boolean;
pixelRatio: number;
webApp: boolean;
windows: boolean;
windowsPhone: boolean;
}
//# sourceMappingURL=IDeviceOSResult.d.ts.map