You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raylib has its own implementation of drag and drop, and under the assumption that its API covers both X11 and Wayland display servers, it should ideally work in both DE and WM
However, upon perfection implementation of drag and drop (from their own examples), it does not seem to work in Hyprland (a Wayland based compositor and WM that I use)
I am not sure on whether this works in a DE as I have not tested it, but safe to say we want drag and drop to cater to every form of workstation
The actual implementation of drag and drop is implemented so we have to only either modify it or completely RE-WRITE it based on whatever information we find regarding this issue
The text was updated successfully, but these errors were encountered:
Raylib has its own implementation of drag and drop, and under the assumption that its API covers both X11 and Wayland display servers, it should ideally work in both DE and WM
However, upon perfection implementation of drag and drop (from their own examples), it does not seem to work in Hyprland (a Wayland based compositor and WM that I use)
I am not sure on whether this works in a DE as I have not tested it, but safe to say we want drag and drop to cater to every form of workstation
Refs:
a. raylib API example
b. Raylib API docs
NOTE:
The actual implementation of drag and drop is implemented so we have to only either modify it or completely RE-WRITE it based on whatever information we find regarding this issue
The text was updated successfully, but these errors were encountered: