Keyboard input device.
| Name | Type | Description |
|---|---|---|
id | string | the device ID. |
Generates a key down action.
| Name | Type | Description |
|---|---|---|
key | Key | | the key to press. This key may be specified as aKey value, a specific unicode code point, or a string containing a single unicode code point. |
a new key down action.
Generates a key up action.
| Name | Type | Description |
|---|---|---|
key | Key | | the key to press. This key may be specified as aKey value, a specific unicode code point, or a string containing a single unicode code point. |
a new key up action.