Raptor:Display Touchscreen State: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
 
Line 8: Line 8:
<p>Returns the current state of the touchscreen.</p>
<p>Returns the current state of the touchscreen.</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 34: Line 27:
| int32
| int32
| Y position of touchscreen input.
| Y position of touchscreen input.
|}
== Parameters ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Parameter
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
|}

Latest revision as of 16:19, 13 September 2023

Return to the main Raptor page

Return to Touchscreen page

Raptor™ Display Touchscreen

Description

Returns the current state of the touchscreen.


Outputs

Output Type Description
isPressed boolean Output indicates if the touchscreen input is currently active.
xPos int32 X position of touchscreen input.
yPos int32 Y position of touchscreen input.