melanke / CascadeCanvas

A framework for canvas that follows the Javascript patterns you already know
6 stars 0 forks source link

Keyboard sequence #4

Closed melanke closed 11 years ago

melanke commented 11 years ago

Eg.: <, >, X press left then right then X

not at the same time but one after the other

melanke commented 11 years ago

CC.onKeyboardSequence("LEFT, RIGHT, X", 500, function(){ //the maximum delay between keys is 500 miliseconds });