File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Tatar SNES USB Controller
2- // USB Gamepad (STANDARD GAMEPAD Vendor: 0079 Product: 0011)
1+ /**
2+ * Tatar SNES USB Controller Gamepad Configuration.
3+ * USB Gamepad (STANDARD GAMEPAD Vendor: 0079 Product: 0011)
4+ *
5+ * @name Phaser.Input.Gamepad.Configs.SNES_USB
6+ * @type {object }
7+ * @since 3.0.0
8+ */
39
410module . exports = {
511
Original file line number Diff line number Diff line change 1- // Sony PlayStation DualShock 4 (v2) wireless controller
1+ /**
2+ * PlayStation DualShock 4 Gamepad Configuration.
3+ * Sony PlayStation DualShock 4 (v2) wireless controller
4+ *
5+ * @name Phaser.Input.Gamepad.Configs.DUALSHOCK_4
6+ * @type {object }
7+ * @since 3.0.0
8+ */
29
310module . exports = {
411
Original file line number Diff line number Diff line change 1- // XBox 360 controller
1+ /**
2+ * XBox 360 Gamepad Configuration.
3+ *
4+ * @name Phaser.Input.Gamepad.Configs.XBOX_360
5+ * @type {object }
6+ * @since 3.0.0
7+ */
28
39module . exports = {
410
Original file line number Diff line number Diff line change 1- // Phaser.Input.Gamepad.Configs
1+ /**
2+ * @namespace Phaser.Input.Gamepad.Configs
3+ */
24
35module . exports = {
46
You can’t perform that action at this time.
0 commit comments