Maschell / HIDtoVPADNetworkClient

23 stars 1 forks source link

Client causes erratic mouse movement #7

Open beeeeswax opened 7 years ago

beeeeswax commented 7 years ago

Whenever the network client is running, my mouse is very difficult to control. The pointer will keep jumping to the very top or the very right side of the screen.

Windows 10 Pro x64 Java 1.8.0_121

Maschell commented 7 years ago

Probably this happens everytime when the programm is scanning for new hid devices (which is currently every second). I added an option to disable this with one of the latest nightlies

Can you try the newest nightly and disable the "auto scan for controller" and check if it fixs the problem? Then you have to scan for new controller manually everytime you attach/detach it though

(You'll also need the new hid to vpad nigthly from the repo)

beeeeswax commented 7 years ago

Thanks Maschell, I just tested H2V 0.9g-nightly-7d72d0e with the network client 0.2-nightly-857c5d3 and can confirm that as soon as I untick the Auto Scan box, the mouse stops jumping around. Everything else still seems to work just as well as it did in the stable release - nice work!