Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-05 18:54:14 +03:00
parent 70d227361d
commit 6915ac6158

View File

@ -216,6 +216,9 @@ function test(game){
// XXX keyboard controller...
// - press two buttons in under N milliseconds to launch a snake
// - first button pressed is left, second is right
function kbHandler(event){
// XXX
}