updateDragCursor

open fun updateDragCursor(browser: CefBrowser, operation: Int)

Called when the web view wants to update the mouse cursor during a drag &drop operation.

Parameters

browser

The browser generating the event.

operation

Describes the allowed operation (none, move, copy, link).