Right-click with press and hold does not work on taskbar, start menu, etc. #263
Replies: 0 comments 2 replies
-
I also experience this issue, and I believe it is due to a hack in Sunshine's code that aims to prevent left-clicking on links by mistake. Originally in GameStream, when long-pressing the screen, it fires below four events in sequence:
Therefore GameStream will accidentally left-click a link (at the 2nd event) when long-pressing. Sunshine "fixes" this problem by delaying the 2nd event by 10ms, so that the events are now:
While this hack works for some browsers like Chrome, unfortunately Windows does not allow right-click for context menu while the left mouse button is down (You can confirm this by simply trying the above 4 steps in sequence). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right-click with press and hold in direct touch mode do not seem to work well on win10/11.
I used the moonlight client for Android and windows, connected two computers with win10 and win11 respectively in direct touch mode, in the taskbar, start menu and other places are unable to right-click with press and hold. But touchpad mode worked well.
Right-click with press and hold worked when using the NVidia Shield GameStream instead of Sunshine, so I’m not sure if it’s a setting I’ve neglected.
Beta Was this translation helpful? Give feedback.
All reactions