mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-29 02:50:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
70d227361d
commit
6915ac6158
@ -216,6 +216,9 @@ function test(game){
|
|||||||
// XXX keyboard controller...
|
// XXX keyboard controller...
|
||||||
// - press two buttons in under N milliseconds to launch a snake
|
// - press two buttons in under N milliseconds to launch a snake
|
||||||
// - first button pressed is left, second is right
|
// - first button pressed is left, second is right
|
||||||
|
function kbHandler(event){
|
||||||
|
// XXX
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user