steamcontroller icon indicating copy to clipboard operation
steamcontroller copied to clipboard

Anyway to modify rumble effect on mouse/trackpad?

Open momashi opened this issue 8 years ago • 2 comments

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?

momashi avatar Feb 22 '17 10:02 momashi

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

mcronce avatar Feb 24 '17 16:02 mcronce

Thanks so much, I'll give it a go!

momashi avatar Feb 24 '17 23:02 momashi