PS2 right analog stick issue...

Posted By: jemballs

PS2 right analog stick issue... - 09/13/08 06:04

hi guys, in need of a bit of assistance.

I'm using a PS2 controller and im having trouble getting the RIGHT analog stick's y value to work correctly.

Here's my panel code to display its value:

Code:
PANEL joytest_pan
{
  pos_x = 4; pos_y = 4;
  digits(0,80,4,"Arial#24bi",1,joy_rot.y);
  flags =  VISIBLE;
}


I use joy_raw.x and joy_raw.y for the left stick and its working fine. Im also using joy_rot.x for the right sticks x value and that is also workin fine. But joy_rot.y only displays -255 and does not change when i move the right analog stick up and down... any thoughts???

Thanks in advance
Jace
Posted By: jemballs

Re: PS2 right analog stick issue... - 09/15/08 02:39

any1???
Posted By: jemballs

Re: PS2 right analog stick issue... - 09/16/08 07:24

last ditch *bump*
Posted By: tagimbul

Re: PS2 right analog stick issue... - 04/04/14 23:18

right analog stick is
joy_raw.z
joy_raw.z

left is
joy_force.x and y

or u can use for left

joy_raw.x
joy_raw.y

big thx @Superku
Posted By: DLively

Re: PS2 right analog stick issue... - 04/10/14 22:25

http://www.conitec.net/beta/ajoy_raw.htm

All you should need to know laugh
© 2024 lite-C Forums