A value indicating the current point of view on the gamepad.
<gamepad>
gamepad.name.pov
Read Only
number
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.
The following displays the value of a pov on the gamepad:
<page myPage>
position of pov 2 = <% gamepad.pov %>
</page>