mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 19:43:28 +00:00
8 lines
78 B
JavaScript
8 lines
78 B
JavaScript
|
// Phaser.Input
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
Keyboard: require('./keyboard')
|
||
|
|
||
|
};
|