public class CdpTouchscreen extends Touchscreen
idGenerator, touches| 构造器和说明 |
|---|
CdpTouchscreen(CDPSession client,
CdpKeyboard keyboard) |
| 限定符和类型 | 方法和说明 |
|---|---|
TouchHandle |
touchStart(double x,
double y,
com.fasterxml.jackson.databind.node.ObjectNode origin)
调度 touchstart 事件。
|
void |
updateClient(CDPSession client) |
removeHandle, tap, touchEnd, touchMovepublic CdpTouchscreen(CDPSession client, CdpKeyboard keyboard)
public void updateClient(CDPSession client)
public TouchHandle touchStart(double x, double y, com.fasterxml.jackson.databind.node.ObjectNode origin)
touchStart 在类中 Touchscreenx - tap的水平位置。y - tap的垂直位置。origin - originCopyright © 2020–2025. All rights reserved.