up Inquisit Language Reference

buttonb property

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

Member of

<joystick>

Remarks

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

Examples

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

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

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