up Inquisit Language Reference

rightX property

The position of the right gamepad along the x (left-right) axis.

Member of

<gamepad>

Syntax

gamepad.name.rightX

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 rightx the gamepad:

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

Copyright Millisecond Software, LLC. All rights reserved.