Skip to content

Control for autocenter controlled by wheel #268

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albfan
Copy link
Contributor

@albfan albfan commented Feb 25, 2025

This switch is a feature for thrustmaster devices

fixes #262

This switch is a feature for thrustmaster devices
@albfan
Copy link
Contributor Author

albfan commented Feb 25, 2025

This might hide switch for non thrustmaster devices

I added some checks when device is disconnected, but probably all parameters should be disabled and reset if device is disconnected, right now it allows to change values (even without device)

@berarma
Copy link
Owner

berarma commented Feb 25, 2025

I'm still not sure what this switch does. When it's enabled, it allows to change the autocenter force, and when it's not? It has to do something else to be useful. And the tooltip should explain it.

@albfan
Copy link
Contributor Author

albfan commented Feb 26, 2025

autocenter controls the force applied
enable_autocenter controls if that force is applied or not

enable_autocenter:y
autocenter: 0

is same as:

enable_autocenter:n
autocenter:65535 (or any other value)

image

You can expect any other thrustmaster wheel to support the same

@berarma
Copy link
Owner

berarma commented Feb 26, 2025

I guess that the setting in the Windows Thrustmaster panel will prevent games from changing autocenter when that setting is set to "by the wheel". Is this switch doing the same or it's just another way of setting autocenter to zero?

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

Successfully merging this pull request may close these issues.

Enable/disable autocenter on Thrustmaster T150
2 participants