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.
up.event.onEscape(function(event) {
console.log('Escape pressed!')
})
@function
The listener function that will be called when Escape
is pressed.