TODO update.

This commit is contained in:
Samuel Guerra 2023-10-23 16:45:51 -03:00
parent 6fb9eb6326
commit ca30b2ddf0
2 changed files with 7 additions and 11 deletions

View File

@ -1,5 +1,9 @@
# Drag&Drop TODO # Drag&Drop TODO
* Implement receiving external drops. * Drag/move inside window.
* Implement initiating drags. - Integrate with `touch_transform`.
* Implement custom dragging image. * 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

View File

@ -58,14 +58,6 @@
focus to first child. focus to first child.
- Use `navigation_origin`, don't scroll if it is set? - 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
* Publish if there is no missing component that could cause a core API refactor. * Publish if there is no missing component that could cause a core API refactor.