up Inquisit Language Reference

rY property

The rotation of joystick or gamepad along the y axis.

Member of

<gamepad> <joystick>

Syntax

object.name.rY

Read Only

Type

number

Remarks

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

Examples

The following displays the value of rY the gamepad:

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

Copyright Millisecond Software, LLC. All rights reserved.