mirror of
https://github.com/photonstorm/phaser
synced 2024-11-30 08:31:01 +00:00
26 lines
558 B
TypeScript
26 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;
|