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

Last edited by jemballs; 09/13/08 06:05.