Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag between two different dnd regions #15

Open
tbillington opened this issue Jan 2, 2024 · 1 comment
Open

Drag between two different dnd regions #15

tbillington opened this issue Jan 2, 2024 · 1 comment
Labels
egui_dnd enhancement New feature or request

Comments

@tbillington
Copy link

Is it possible to drag an item between two separate dnd ui's ?

@lucasmerlin
Copy link
Owner

It's not possible right now but I'd like to add something like it in the future. This probably won't be a easy task though, might need a lot of refactoring of the current code.

I think a feature for this might also be able to solve #11.

Something like this is possible without egui_dnd though, there is a example on https://egui.rs in the drag and drop example (although that is missing some of the nice features like animations from my crate and you have to add all the logic yourself).
Maybe that helps you until my crate adds something like this.

@lucasmerlin lucasmerlin added enhancement New feature or request egui_dnd labels Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
egui_dnd enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants