Home › Forums › PS2X PlayStation 2 Controller Library Support Forum › Cant put analogue stick values into variable › Reply To: Cant put analogue stick values into variable
lystick = (ps2x.Analog(PSS_LY), DEC);
should be
lystick = ps2x.Analog(PSS_LY);