up Inquisit Language Reference

buttonup property

A value indicating whether Button Up on the gamepad is pressed.

Member of

<joystick>

Remarks

A value of 0 indicates Button Up is not pressed. A value of 1 indicates Button Up is pressed.

Examples

The following displays the value of Button Up on the gamepad:

<page somepage>
position of button up = <% joystick.buttonup %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.