You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: