Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
InputAxis |
InputMoveEvent.axis |
Modifier and Type | Method and Description |
---|---|
static InputAxis |
InputAxis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputAxis[] |
InputAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InputMoveEvent |
InputMoveEvent.withAxis(InputAxis value) |
Constructor and Description |
---|
InputMoveEvent(InputAxis axis,
long value) |