This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-23 19:43:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e3334e5904
phaser
/
v3
/
src
/
input
/
index.js
9 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
New Input Manager and Keyboard handler in and working.
2017-02-21 01:04:11 +00:00
// Phaser.Input
module
.
exports
=
{
Starting work on the Mouse Input Manager.
2017-06-12 16:03:34 +00:00
Keyboard
:
require
(
'./keyboard'
)
,
Mouse
:
require
(
'./mouse'
)
New Input Manager and Keyboard handler in and working.
2017-02-21 01:04:11 +00:00
}
;
Reference in a new issue
Copy permalink