Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
List<InputEvent> |
XInputSendEventCommand.Arguments.events |
Modifier and Type | Method and Description |
---|---|
static InputEvent |
InputEvent.abs(InputMoveEvent abs) |
static InputEvent |
InputEvent.btn(InputBtnEvent btn) |
static InputEvent |
InputEvent.key(InputKeyEvent key) |
static InputEvent |
InputEvent.rel(InputMoveEvent rel) |
Constructor and Description |
---|
Arguments(Long console,
List<InputEvent> events) |
XInputSendEventCommand(Long console,
List<InputEvent> events)
Constructs a new XInputSendEventCommand.
|