// Phaser.Input module.exports = { Gamepad: require('./gamepad'), InputManager: require('./InputManager'), InputPlugin: require('./InputPlugin'), InteractiveObject: require('./InteractiveObject'), Keyboard: require('./keyboard'), Mouse: require('./mouse'), Pointer: require('./Pointer'), Touch: require('./touch') };