ok well i can confirm it does work
can you post the code for me here
I'm not exactly good at copying from an image
if (!window.rightclick){
rightclick = false;
onmousedown = (e) => {window.rightclick = (e.button == 2)};
onmouseup = () => {window.rightclick = false};
}
return rightclick;
thanks
Hey, it wasn't my solution. I just transcribed the text so you could copy it. The credit goes to @dardoro.
It doesn't work for me. . .
Hmmm contact @dardoro
You may try test project...
I just figured out: right clicking on a mac is clicking on two places. so, it does work.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.