You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifies CEF that a browser-initiated drag has ended. Call this when handling drops from the browser into your game.
445
+
Notifies CEF that a browser-initiated drag ended with a drop result. This completes the browser drag operation, so do not call `drag_source_system_ended()` afterward.
Notifies CEF that the system drag operation has ended. Call this for cleanup after browser-initiated drags.
453
+
Notifies CEF that a browser-initiated drag was cancelled or ended without a drop result. This completes the browser drag operation with `DragOperation.NONE`.
0 commit comments