up Inquisit Language Reference

pov property

An array of values indicating the current point of view on the joystick.

Member of

<joystick>

Syntax

joystick.name.pov

Read Only

Type

array

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. This is a collection property with a maximum of 4 point of view controllers.

Examples

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

<page myPage>
position of pov 2 = <% joystick.pov[1] %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.