Ryochan7 / DS4Windows

Like those other ds4tools, but sexier
https://ryochan7.github.io/ds4windows-site/
GNU General Public License v3.0
6.93k stars 802 forks source link

FakerInput Disabled Touchpad #2907

Open DJZK opened 1 year ago

DJZK commented 1 year ago

Describe the bug 2/2 of my laptops got their mousepad disabled after installing FakerInput. But external mouse seem to be unaffected

To Reproduce Steps to reproduce the behavior:

  1. On 1st open of DS4Windows install the controller drive
  2. Install the HidHide without rebooting
  3. Install FakerInput
  4. Reboot
  5. Mousepad works on Login Screen, but not after you logged in

Expected behavior Mousepad is not affected and i should be able to use my Laptop well

Desktop (please complete the following information):

Additional context I used both Dell E7250 and HP Omen 15 CE003NA

Ryochan7 commented 1 year ago

Windows would just see the FakerInput mice (relative and absolute) as two different connected mice. I would think that conflicts would only occur if a virtual mouse event is being sent at the time. Are you using external software to handle using the laptop touchpad? I would figure something else has to be conflicting if only the laptop touchpad is affected. Maybe you can try to disable the mice devices in Device Manager temporarily and see if that helps. You would look for the HID-compliant mouse devices with a Location of on FakerInput Device listed in the properties.

DJZK commented 1 year ago

It makes sense. The touchpad drivers disables mousepad when an external mouse is connected.

I turned that setting off and everything works fine now! We can mark this as resolved.