We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c20a9 commit fa2e274Copy full SHA for fa2e274
1 file changed
src/boot/Config.js
@@ -263,6 +263,11 @@ var Config = new Class({
263
*/
264
this.inputGamepad = GetValue(config, 'input.gamepad', false);
265
266
+ /**
267
+ * @const {*} Phaser.Boot.Config#inputGamepadEventTarget - [description]
268
+ */
269
+ this.inputGamepadEventTarget = GetValue(config, 'input.gamepad.target', window);
270
+
271
/**
272
* @const {boolean} Phaser.Boot.Config#disableContextMenu - [description]
273
0 commit comments