| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.emulateTouchFromMouseEvent(EmulateTouchFromMouseEventType type,
Integer x,
Integer y,
EmulateTouchFromMouseEventButton button)
Emulates touch event from the mouse event parameters.
|
void |
Input.emulateTouchFromMouseEvent(EmulateTouchFromMouseEventType type,
Integer x,
Integer y,
EmulateTouchFromMouseEventButton button,
Double timestamp,
Double deltaX,
Double deltaY,
Integer modifiers,
Integer clickCount)
Emulates touch event from the mouse event parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static EmulateTouchFromMouseEventType |
EmulateTouchFromMouseEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmulateTouchFromMouseEventType[] |
EmulateTouchFromMouseEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.