No worries!
Gamepad stick returns two values from -100 to +100, for horizontal and vertical axes.
angle(0, 0, axisX, axisY) will give you the angle of the stick
distance(0, 0, axisX, axisY) will give you the distance - how far it is from the center.
Using these values you can move your cursor.