The position of the left joystick along the x (left-right) axis.
<joystick>
The value runs from -1.0 to 1.0, with 0 representing the joystick in the center position
The following displays the value of leftx the joystick:
<page somepage>
joystick leftx position = <% joystick.leftx %>
</page>