Example usage for Java android.view KeyCharacterMap fields, constructors, methods, implement or subclass
The text is from its open source code.
int | VIRTUAL_KEYBOARD The id of a generic virtual keyboard with a full layout that can be used to synthesize key events. |
int | NUMERIC A numeric (12-key) keyboard. |
int | COMBINING_ACCENT |
int | COMBINING_ACCENT_MASK Mask the return value from #get(int,int) with this value to get a printable representation of the accent character of a "dead key." |
boolean | deviceHasKey(int keyCode) Queries the framework about whether any physical keys exist on the any keyboard attached to the device that are capable of producing the given key code. |
KeyEvent[] | getEvents(char[] chars) Get an array of KeyEvent objects that if put into the input stream could plausibly generate the provided sequence of characters. |
int | getKeyboardType() Gets the keyboard type. |
KeyCharacterMap | load(int deviceId) Loads the key character maps for the keyboard with the specified device id. |