diff --git a/TODO/Drag-and-Drop.md b/TODO/Drag-and-Drop.md index a4ae25e72..da8e9d24b 100644 --- a/TODO/Drag-and-Drop.md +++ b/TODO/Drag-and-Drop.md @@ -1,5 +1,9 @@ # Drag&Drop TODO -* Implement receiving external drops. -* Implement initiating drags. -* Implement custom dragging image. \ No newline at end of file +* Drag/move inside window. + - Integrate with `touch_transform`. +* Drag and drop across apps with visual feedback. + - Visual can be a screen capture of the widget by default. + - Browsers do this, with some fade-out mask effect and text selection clipping. + - Winit only implements for files. + - Even for files it is broken https://github.com/rust-windowing/winit/issues/1550 \ No newline at end of file diff --git a/TODO/_current.md b/TODO/_current.md index 4ddba9ef5..a89c7b5d8 100644 --- a/TODO/_current.md +++ b/TODO/_current.md @@ -58,14 +58,6 @@ focus to first child. - Use `navigation_origin`, don't scroll if it is set? -# Drag & Drop - -* Drag/move inside window. - - Integrate with `touch_transform`. -* Drag and drop across apps with visual feedback. - - Visual can be a screen capture of the widget by default. - - Browsers do this, with some fade-out mask effect and text selection clipping. - # Publish * Publish if there is no missing component that could cause a core API refactor.