// Phaser.Input module.exports = { Gamepad: require('./gamepad'), Keyboard: require('./keyboard'), Mouse: require('./mouse') };