A value indicating the current point of view on the joystick.
<joystick>
This property indicates the state of direction controllers, such as point-of-view hats. The position is indicated in hundredths of a degree clockwise from north (away from the user). The center position is reported as -1. For indicators that have only five positions, the value for a controller is - 1, 0, 9,000, 18,000, or 27,000. This is a collection property with a maximum of 4 point of view controllers.
The following displays the value of a pov on the joystick:
<page somepage>
position of pov 2 = <% joystick.pov.2 %>
</page>