Phaser
DeviceConf
<static> DeviceConf
| name | type | optional | description |
|---|---|---|---|
| os | Phaser.Device.OS | No | The OS Device functions. |
| browser | Phaser.Device.Browser | No | The Browser Device functions. |
| features | Phaser.Device.Features | No | The Features Device functions. |
| input | Phaser.Device.Input | No | The Input Device functions. |
| audio | Phaser.Device.Audio | No | The Audio Device functions. |
| video | Phaser.Device.Video | No | The Video Device functions. |
| fullscreen | Phaser.Device.Fullscreen | No | The Fullscreen Device functions. |
| canvasFeatures | Phaser.Device.CanvasFeatures | No | The Canvas Device functions. |
Type: object
Member of: Phaser
Source: src/device/index.js#L17