- keyCode
- The value in event.getKeyCode().
- e
- Description of the key event.
Documentation for this section has not yet been entered.
Handle a key event before it is processed by any input method associated with the view hierarchy. This can be used to intercept key events in special situations before the IME consumes them; a typical example would be handling the BACK key to update the application's UI instead of allowing the IME to see it and close itself.