phaser/src/input/index.js

14 lines
353 B
JavaScript

// 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')
};