cocos2d-html5
Version:
Cocos2d-HTML5 core package
64 lines (52 loc) • 1.28 kB
JavaScript
/**
* @fileoverview Java Script Builtins for windows properties.
*
* @externs
*/
/**
* @see https://cocos2d-x.org
*/
/**
* cocos2d-html5-only.
* @type {string}
*/
CSSProperties.prototype._super;
/**
* cocos2d-html5-only. We need this because the cc.Class.extend's new
* infrastructure requires it.
* @type {string}
*/
CSSProperties.prototype.ctor;
/**
* cocos2d-html5-only.
* @type {string}
*/
CSSProperties.prototype.Inflate;
/**
* cocos2d-html5-only.
* @type {string}
*/
CSSProperties.prototype.decompress;
/**
* Accelerometer api
* cocos2d-html5-only.
* @type {string}
*/
CSSProperties.prototype.DeviceOrientationEvent;
CSSProperties.prototype.DeviceMotionEvent;
CSSProperties.prototype.accelerationIncludingGravity;
CSSProperties.prototype.gamma;
CSSProperties.prototype.beta;
CSSProperties.prototype.alpha;
var gl = gl || {};
CSSProperties.prototype.gl;
CSSProperties.prototype.AudioContext;
CSSProperties.prototype.webkitAudioContext;
CSSProperties.prototype.mozAudioContext;
CSSProperties.prototype.createBufferSource;
CSSProperties.prototype.createGain;
CSSProperties.prototype.createGainNode;
CSSProperties.prototype.destination;
CSSProperties.prototype.decodeAudioData;
CSSProperties.prototype.gain;
CSSProperties.prototype.connect;