This feature is experimental. Please share your experiences so we know what to keep or change.
Registers an event listener to be called when the user presses the Escape key.
Escape
up.event.onEscape(function(event) { console.log('Escape pressed!') })
The listener function that will be called when Escape is pressed.