Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyway to modify rumble effect on mouse/trackpad? #58

Open
momashi opened this issue Feb 22, 2017 · 2 comments
Open

Anyway to modify rumble effect on mouse/trackpad? #58

momashi opened this issue Feb 22, 2017 · 2 comments

Comments

@momashi
Copy link

momashi commented Feb 22, 2017

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?

@mcronce
Copy link
Contributor

mcronce commented Feb 24, 2017

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

@momashi
Copy link
Author

momashi commented Feb 24, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants