KeyData
open classKeyData
| kotlin.Any | |
| ↳ | android.view.KeyCharacterMap.KeyData |
Describes the character mappings associated with a key.
Summary
Constants |
|
|---|---|
| static Int | |
Public constructors |
|
|---|---|
<init>() |
|
Properties |
|
|---|---|
| Char |
The display label (see |
| CharArray! |
The character that will be generated in various meta states (the same ones used for |
| Char |
The "number" value (see |
Constants
Public constructors
<init>
KeyData()
Properties
meta
varmeta: CharArray!
Deprecated.
The character that will be generated in various meta states (the same ones used for get and defined as KeyEvent#META_SHIFT_ON and KeyEvent#META_ALT_ON).
| Index | Value |
|---|---|
| 0 | no modifiers |
| 1 | caps |
| 2 | alt |
| 3 | caps + alt |