Skip to content

[feat] file-drop payload in rust #3664

@FabianLars

Description

@FabianLars

Describe the problem

Currently you can only listen to file-drop events via the listen api which provides only a serialized string payload which is obviously not optimal.

Describe the solution you'd like

Since i don't see a way to extend listen in a way that would allow non-serialized/string payloads my first idea was to extend on_window_event for this, but idk if that's possible since it's basically a proxy for wry events.

Alternatives considered

No response

Additional context

Can't believe it took me months and multiple reminders to create this issue...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions