Page 1 of 1

Network API for Left Stick

Posted: Sun May 22, 2022 6:50 am
by jetski
I had posted in the development section, but got not response. I did manage to get all the other buttons minus the all the Axis working. In my setup the controller axis gives values from

Code: Select all

-1.0 to 1.0
so it could be

Code: Select all

.069999, -.999 etc. 
How would I go about determining what is up down, left, and right or at the very least how can I find the correct values based on the controller map wiki? I see in the controller maps wiki it says that the left stick x takes [-128, 127]. I can get the left x to trigger a right press but nothing else. I have tried the values in the networking API -

Code: Select all

-32767, -127, -1, 0, 1, 127, 32767
with no luck. Can someone offer some guidance?

Re: Network API for Left Stick

Posted: Fri May 27, 2022 2:15 am
by jetski
Anyone?

This is what I have so far

Re: Network API for Left Stick

Posted: Sat May 28, 2022 2:23 pm
by Cybereu
That's impressive.
I can't code so i can't ofter you the help you need, but i'll try find someone that could.