up Inquisit Language Reference

buttondown property

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

Member of

<joystick>

Remarks

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

Examples

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

<page somepage>
position of button down = <% joystick.buttondown %>
</page>

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