up Inquisit Language Reference

rightY property

The position of the right gamepad along the y (forward-back) axis.

Member of

<gamepad>

Syntax

gamepad.name.rightY

Read Only

Type

number

Remarks

The value runs from -1.0 to 1.0, with 0 representing the gamepad in the center position

Examples

The following displays the value of righty the gamepad:

<page myPage>
gamepad righty position = <% gamepad.righty %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.