up Inquisit Language Reference

buttona property

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

Member of

<joystick>

Remarks

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

Examples

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

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

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