TODO update.
This commit is contained in:
parent
6fb9eb6326
commit
ca30b2ddf0
|
@ -1,5 +1,9 @@
|
|||
# Drag&Drop TODO
|
||||
|
||||
* Implement receiving external drops.
|
||||
* Implement initiating drags.
|
||||
* Implement custom dragging image.
|
||||
* 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
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue