up Inquisit Language Reference

pov property

A value indicating the current point of view on the gamepad.

Member of

<gamepad>

Syntax

gamepad.name.pov

Read Only

Type

number

Remarks

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.

Examples

The following displays the value of a pov on the gamepad:

<page myPage>
position of pov 2 = <% gamepad.pov %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.