Is there a way I can get a continues stream of data(angle and distance) from the joystick view instead of just the angle and distance when there is a change in the joystick position?
You mean you want to periodically receive a value in the stream? I am not sure if it will be useful to implement that in the Joystick itself. You can do that in your code on your own.
Is there a way I can get a continues stream of data(angle and distance) from the joystick view instead of just the angle and distance when there is a change in the joystick position?