This feature is experimental. It may be changed or removed in a future version.
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.