drag-rs icon indicating copy to clipboard operation
drag-rs copied to clipboard

Draggable for GUI apps

Results 6 drag-rs issues
Sort by recently updated
recently updated
newest added

Hello. I came from this [tauri issue](https://github.com/tauri-apps/tauri/issues/2593) where you said this plugin supports **native** drag & drop into the file system as [electron](https://github.com/electron/electron) . Here is a gif of the...

Hi all! As mentioned in the title, is there a callback that provides me with the dropped file path? Using the example located over at `examples/tauri-dragout` provides me with the...

As far as I can tell these are the two roadblocks to getting this working with Tauri 2.0: - There are dependency conflicts with GTK related crates - `HasRawWindowHandle` is...

> safemem is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `safemem` | | Version | `0.3.3` | | URL...

I am on macos, the tauri v1 app crashes as soon as i call startDrag. ```ts import { startDrag } from "@crabnebula/tauri-plugin-drag"; async onmousedown() { const item = this.action.options.dropped_paths[0]; //...

Hi, I'm developing an application with Iced-rs and tried integrating this, however this still depends on raw window handle version 0.5. 0.6 has a few breaking changes which would need...