mirror of
https://github.com/photonstorm/phaser
synced 2024-12-04 02:20:23 +00:00
27 lines
558 B
TypeScript
27 lines
558 B
TypeScript
|
declare var _default: {
|
||
|
desktop: boolean;
|
||
|
webApp: boolean;
|
||
|
iOS: boolean;
|
||
|
iOSVersion: number;
|
||
|
iPhone: boolean;
|
||
|
iPad: boolean;
|
||
|
cocoonJS: boolean;
|
||
|
cocoonJSApp: boolean;
|
||
|
cordova: boolean;
|
||
|
node: boolean;
|
||
|
nodeWebkit: boolean;
|
||
|
electron: boolean;
|
||
|
ejecta: boolean;
|
||
|
crosswalk: boolean;
|
||
|
android: boolean;
|
||
|
chromeOS: boolean;
|
||
|
linux: boolean;
|
||
|
macOS: boolean;
|
||
|
windows: boolean;
|
||
|
windowsPhone: boolean;
|
||
|
vita: boolean;
|
||
|
kindle: boolean;
|
||
|
pixelRatio: number;
|
||
|
};
|
||
|
export default _default;
|