mirror of
https://github.com/photonstorm/phaser
synced 2025-01-11 20:58:56 +00:00
9 lines
144 B
JavaScript
9 lines
144 B
JavaScript
// Phaser.Input
|
|
|
|
module.exports = {
|
|
|
|
Gamepad: require('./gamepad'),
|
|
Keyboard: require('./keyboard'),
|
|
Mouse: require('./mouse')
|
|
|
|
};
|