ID:332508
 
Post your comments here!
Hey, I have a weird glitch when using R_Controller. I've parsed the Left Stick Y-Axis and converted to a numerical percentage. When the percentage is above 25 (25% deadzone when testing), it calls client.North(). However, calling client.North() with a gamepad is slower than calling client.North() via button on the keyboard. It seems like it's actually not updating quick enough as it stutters. Why is this?
Well, nevermind. I found out the issue after posting. The controller loop is set to update every 1 frame, so it's not fast enough. Setting it to loop with a 0.1 frame delay, it worked perfectly.
Hey lobject, this is the first time I've logged in in like 10 years I think, so I just saw this message from you a couple years ago. Anywho, if you need help with anything I have out there let me know! Glad that my xbox 360 controller library still works.