steamcontroller
steamcontroller copied to clipboard
Anyway to modify rumble effect on mouse/trackpad?
Hi, I noticed there's a healthy level of rumble on the left trackpad/d-pad. I was just wondering if there is a way of adding a rumble effect to mouse/trackpad?
It's not currently configurable by client code, but you can modify it - I believe the relevant line is https://github.com/ynsta/steamcontroller/blob/master/src/events.py#L283 for mouse mode but you can look for other lines with "amplitude".
I'm pretty sure the line for D-pad mode is https://github.com/ynsta/steamcontroller/blob/master/src/events.py#L391 so that one's set to 300 - but according to docs on SteamController::addFeedback() it goes as high as 65535
Thanks so much, I'll give it a go!