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

adding smoothing and some other controller settings #47

Open
tggachilles opened this issue Sep 22, 2023 · 0 comments
Open

adding smoothing and some other controller settings #47

tggachilles opened this issue Sep 22, 2023 · 0 comments

Comments

@tggachilles
Copy link

note that this isnt really a issue there is just no discussions tab i can see.

I'm trying to add a few controller settings but I am new to c++ and using vis studio for windows programs. I already have the code to implement.
smoothing is the first thing I wanted to add and was wondering if someone could tell me where I could put the code for the smoothing, preferably after the deadzone calculations have already been done(basically what ever value is sent to be the output of the right stick is what I want to smooth).

I have already tried putting it in XboxController.CPP after line 472, but nothing I do to x_out or y_out at this point in the code seems to actually take effect once the program is built

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

1 participant