| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.dispatchTouchEvent(DispatchTouchEventType type,
List<TouchPoint> touchPoints)
Dispatches a touch event to the page.
|
void |
Input.dispatchTouchEvent(DispatchTouchEventType type,
List<TouchPoint> touchPoints,
Integer modifiers,
Double timestamp)
Dispatches a touch event to the page.
|
| Modifier and Type | Method and Description |
|---|---|
static DispatchTouchEventType |
DispatchTouchEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchTouchEventType[] |
DispatchTouchEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.