Network API for Left Stick

General Chat, Feel Free To talk about anything here.
Post Reply
jetski
Posts: 6
Joined: Mon May 16, 2022 10:30 pm

Network API for Left Stick

Post 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?
jetski
Posts: 6
Joined: Mon May 16, 2022 10:30 pm

Re: Network API for Left Stick

Post by jetski »

Anyone?

This is what I have so far
Cybereu
Posts: 182
Joined: Sun Jul 10, 2011 1:10 pm

Re: Network API for Left Stick

Post 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.
Post Reply