up Inquisit Language Reference

rZ property

Deprecated

The rotation of joystick along the z axis.

Member of

<joystick>

Syntax

joystick.name.rZ

Read Only

Type

number

Remarks

The value runs from -1000 to 1000, with 0 representing the joystick in the center position

Examples

The following displays the value of rZ the joystick:

<page myPage>
joystick rZ position = <% joystick.rZ %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.