mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 04:13:56 +01:00
12 lines
393 B
Go
12 lines
393 B
Go
package input
|
|
|
|
// Code generated by cdproto-gen. DO NOT EDIT.
|
|
|
|
// EventDragIntercepted emitted only when Input.setInterceptDrags is enabled.
|
|
// Use this data with Input.dispatchDragEvent to restore normal drag and drop
|
|
// behavior.
|
|
//
|
|
// See: https://chromedevtools.github.io/devtools-protocol/tot/Input#event-dragIntercepted
|
|
type EventDragIntercepted struct {
|
|
Data *DragData `json:"data"`
|
|
}
|