Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 570 Bytes

File metadata and controls

26 lines (16 loc) · 570 Bytes

API categories | API index

DragHandler (interface)

Implement this interface to handle events related to dragging. The methods of this class will be called on the UI thread.

Table of contents:

Callbacks

OnDragEnter

Parameter Type
browser Browser
dragData DragData
mask int
Return bool

Description from upstream CEF:

Called when an external drag event enters the browser window.