Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
KeyValue |
InputKeyEvent.key |
Modifier and Type | Field and Description |
---|---|
List<KeyValue> |
SendKeyCommand.Arguments.keys |
Modifier and Type | Method and Description |
---|---|
static KeyValue |
KeyValue.number(Long number) |
static KeyValue |
KeyValue.qcode(QKeyCode qcode) |
Modifier and Type | Method and Description |
---|---|
InputKeyEvent |
InputKeyEvent.withKey(KeyValue value) |
Constructor and Description |
---|
InputKeyEvent(KeyValue key,
boolean down) |
Constructor and Description |
---|
Arguments(List<KeyValue> keys,
Long holdTime) |
SendKeyCommand(List<KeyValue> keys,
Long holdTime)
Constructs a new SendKeyCommand.
|