Drag & Drop
#2946
Replies: 1 comment
-
I think drag and dropping a file into a console will be handled by the console host itself e.g. Windows Terminal. Most terminals will either do nothing or 'type' the path of the file dropped. So I think what happened was:
So there is no drag and drop event as such. In the readme when we refer to 'drag and drop' it means within the app itself e.g. in the designer: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the readme I saw following feature
I was wondering about the drag & drop. I can drag & drop a file (on windows) into a textfield and get the full path. I was wondering, if get the Drag&Drop event globally so that when a file is dragged into the console app that I can automatically show the field so that the path is pasted into that.
Is this possible?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions