winit icon indicating copy to clipboard operation
winit copied to clipboard

Support for file dragging

Open arguablykomodo opened this issue 4 years ago • 9 comments

winit already has (albeit rudimentary) support for dropping files onto a window, but no way to allow dragging data from a window. As it already supports dropping, I think dragging should also be supported by winit. Being able to drag a file from a winit window is the last missing piece for my usecase of the library.

arguablykomodo avatar Mar 07 '20 02:03 arguablykomodo