feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
915 stars 386 forks source link

DragDropManager: Add support for multiple startDrag #1748

Open subdan opened 6 years ago

subdan commented 6 years ago

Hello, Josh. I want to use DragDropManager to drag multiple objects at the same time. Could you add support for this?

joshtynjala commented 6 years ago

I'm guessing that it would be tricky to drag multiple objects at the same time. I don't think that this is something that I can implement any time soon.

subdan commented 6 years ago

I tried to do it by myself. I’ve removed all “static” words from DragDropManager. Next, I’ve created an instance of DragDropManager in my app whenever a user start drag. And it works well. I test this on real device. Now, I can drag&drop multiple objects at the same time.

What do you think about this?

joshtynjala commented 6 years ago

That seems like a reasonable workaround to me!