Raptor:Display Button Status: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
== Description ==
== Description ==
<p>Outputs the 'isPressed' status of the touch screen button of the same name.</p>
<p>Outputs the 'isPressed' status of the touch screen button of the same name.</p>
== Inputs ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Input
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}


== Outputs ==
== Outputs ==
Line 39: Line 31:
| Name of button being referenced.
| Name of button being referenced.
|}
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 14:22, 13 September 2023

Return to the main Raptor page

Return to Touchscreen page

Raptor™ Display Button Status

Description

Outputs the 'isPressed' status of the touch screen button of the same name.

Outputs

Output Type Description
isPressed boolean Output indicates if the button is currently pressed.

Parameters

Parameter Type Description
Button Name String Name of button being referenced.