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