Skip to main content

drag

Function drag 

Source
pub async fn drag(c: &CdpClient, sid: &str, from: u64, to: u64) -> Result<()>
Expand description

Pointer-event drag from one node’s centre to another’s. HTML5 native drag-and-drop (draggable) needs Input.setInterceptDrags; not in v1.