wayland: Open content from drag and drop#16443
wayland: Open content from drag and drop#16443ColinKinloch wants to merge 1 commit intolibretro:masterfrom
Conversation
|
This is a very interesting PR, we've been wanting drag and drop support for a while now. I guess once it's implemented for Wayland we can prob try orienting how to implement it for the various other OSes and then try to create some kind of common rules around drag and drop behavior for the RetroArch window. This could potentially be huge for UX reasons. |
Not sure if this commit could shed some light ? |
3059ba6 to
5ee7a43
Compare
7a1f259 to
f308a9a
Compare
f308a9a to
dc3965b
Compare
|
This now works. I'm not sure if this is the correct way of doing this. Also comparing |
Description
file://uri to a path?I copied most of the
wayland_load_content_from_dropfrom the win32 backend.This freezes retroarch in some cases and segfaults in others.
I don't have time to look into this. I assumed
task_push_load_content...would queue this task to trigger at the correct time but this isn't the case.It would be great if someone could point me in the right direction.
The other issue is whether there is a better option for decoding
file://urls.Related Issues
Related Pull Requests
Reviewers