Dragging and dropping data into Nodezator #39
KennedyRichard
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are some well-established GUI actions that Nodezator is still lacking. Among them is the ability to receive data dragged from outside the app into the app.
The possibilities are actually many, depending on where in the app the data is dropped and what kind of data it is:
There's probably many more possibilities, but those are the ones I could come up with.
I don't know when I'll be able to implement this, given the amount of work to be done for other features, but this is actually simple to implement because pygame API for "drop" events is straightforward and provides all the data needed. In fact, this is one of the features that I might not even schedule, just implement right away as soon as I get the opportunity.
Peace
Beta Was this translation helpful? Give feedback.
All reactions