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
just reaching out since you are the only one who could understand my pain, your script works fine, but my issue that I hope you could help me with is mouse movement control in GeForce. I have a developed a tool that translates hand movements into cursor movements. This basically helps disabled people, But I've encountered an issue: it doesn't seem to move the mouse in games running on streaming services like GeForce Now. While it works fine on my local machine and outside the game window, the mouse movement isn’t detected within open-world games that require mouse navigation because of the camera in those games. Could you please suggest some potential workarounds if you could? Pyautogui, humanCursor, etc doesn't work.
The text was updated successfully, but these errors were encountered:
Hey @thelege2ndG , I get what you're saying, and it sounds like GeForce Now might be filtering out virtual inputs like PyAutoGUI or HumanCursor, especially since games typically expect direct physical mouse input, and open-world games often use "mouse capture" for camera control, making it hard for tools like yours to work. You might try using input hooking or even simulating USB input with something like vJoy, or maybe remapping your tool to act as a joystick if the game supports controller input. I haven’t used GeForce Now in a while though, so I’m not sure about recent updates—hope this helps!
Hi @faizonly5953
just reaching out since you are the only one who could understand my pain, your script works fine, but my issue that I hope you could help me with is mouse movement control in GeForce. I have a developed a tool that translates hand movements into cursor movements. This basically helps disabled people, But I've encountered an issue: it doesn't seem to move the mouse in games running on streaming services like GeForce Now. While it works fine on my local machine and outside the game window, the mouse movement isn’t detected within open-world games that require mouse navigation because of the camera in those games. Could you please suggest some potential workarounds if you could? Pyautogui, humanCursor, etc doesn't work.
The text was updated successfully, but these errors were encountered: