Hello.
I would like to create a custom drag & drop system for my website (unless there is a built-in way to do it).
Could somebody tell me how to know if the left mouse button is released or pressed?
Something like
let clicking = mouseLeftPressed();
Which would make clicking equals to false or true.
I currently use an HTML iframe and thinking about directly use my own HTML/JS, but I would like avoid those practices. I’m also not sure if I will can make “Communications” from my HTML component and my Wix page, and vice-versa (I’m reading the “Messages” documentation and will try it tomorrow).
Regards.
EDIT :
Be able to simply change the mouse cursor would be a solution too for me. If somebody knows how to replace the mouse cursor with a custom PNG picture (of any size), I would be glad to know the tip!
Take care.