new AirConsole(opts) → {AirConsoleObject} Your gateway object to AirConsole. There are getter and setter functions for all properties. Do not access properties of this object directly. Parameters: Name Type Description opts AirConsole~Config Constructor config, see bellow. Source: ./airconsole-1.9.0.js, line 39 Returns: The AirConsole object. Type AirConsoleObject Methods (abstract) onPause() Gets called on the Screen when the game should be paused. Source: ./airconsole-1.9.0.js, line 1099 (abstract) onResume() Gets called on the Screen when the game should be resumed. Source: ./airconsole-1.9.0.js, line 1105