| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands | |
| com.github.kklisura.cdt.protocol.types.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.dispatchMouseEvent(DispatchMouseEventType type,
Double x,
Double y,
Integer modifiers,
Double timestamp,
MouseButton button,
Integer buttons,
Integer clickCount,
Double force,
Double tangentialPressure,
Integer tiltX,
Integer tiltY,
Integer twist,
Double deltaX,
Double deltaY,
DispatchMouseEventPointerType pointerType)
Dispatches a mouse event to the page.
|
void |
Input.emulateTouchFromMouseEvent(EmulateTouchFromMouseEventType type,
Integer x,
Integer y,
MouseButton button)
Emulates touch event from the mouse event parameters.
|
void |
Input.emulateTouchFromMouseEvent(EmulateTouchFromMouseEventType type,
Integer x,
Integer y,
MouseButton 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 MouseButton |
MouseButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseButton[] |
MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Kenan Klisura. All rights reserved.