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