A value indicating whether Button Right on the gamepad is pressed.
<joystick>
A value of 0 indicates Button Right is not pressed. A value of 1 indicates Button Right is pressed.
The following displays the value of Button Right on the gamepad:
<page somepage>
position of button right = <% joystick.buttonright %>
</page>