| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands | |
| com.github.kklisura.cdt.protocol.types.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.dispatchDragEvent(DispatchDragEventType type,
Double x,
Double y,
DragData data)
Dispatches a drag event into the page.
|
void |
Input.dispatchDragEvent(DispatchDragEventType type,
Double x,
Double y,
DragData data,
Integer modifiers)
Dispatches a drag event into the page.
|
| Modifier and Type | Method and Description |
|---|---|
static DispatchDragEventType |
DispatchDragEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchDragEventType[] |
DispatchDragEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Kenan Klisura. All rights reserved.