The rotation of joystick or gamepad along the x axis.
object.name.rX
Read Only
number
The value runs from -1000 to 1000, with 0 representing the joystick or gamepad in the center position
The following displays the value of rX the gamepad:
<page myPage>
gamepad rX position = <% gamepad.rX %>
</page>