KeyboardManager Methods |
The KeyboardManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearAllMappings | Removes all the configured mappings. |
|
| ClearMapping | Removes a single active mapping. |
|
| DisableKey | Disables completely a single physical key, through the VScanEntry data structure. |
|
| GetIntent | Returns current mapping between a physical key and an Intent. |
|
| GetKeyboardLayout | Returns the physical keyboard layout. |
|
| GetKeyCode | Returns current mapping between a physical scan code key and an Android key code. |
|
| GetMappingArguments | Gets the arguments of a key mapping. |
|
| GetMappingObjects | Query the mapping information of a key. |
|
| GetUnicode | Returns current mapping between a physical key and a unicode character. |
|
| IsKeyDisabled | Checks if a physical key is disabled. |
|
| LockInput | Locks or unlocks the input from keyboard and physical buttons. |
|
| MapIntent | Assigns an Intent to a physical key. |
|
| MapKey | Maps key events to customized actions. |
|
| MapKey | Maps key events to customized actions. |
|
| MapKeyCode | Assigns a virtual key code to a physical key. |
|
| MapUnicode | Assigns a unicode character to a physical key. |