Raptor:Display Touchscreen State: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to Touchscreen page [[File:RaptorDisplayTouchscreenState.png|right|frame|Raptor™ Display T…') |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
<p>Returns the current state of the touchscreen.</p> | <p>Returns the current state of the touchscreen.</p> | ||
== Outputs == | == Outputs == | ||
Line 22: | Line 15: | ||
! scope="col" style="width: 15%;"|Type | ! scope="col" style="width: 15%;"|Type | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |||
! isPressed | |||
| boolean | |||
| Output indicates if the touchscreen input is currently active. | |||
|- | |- | ||
! xPos | ! xPos | ||
Line 30: | Line 27: | ||
| int32 | | int32 | ||
| Y position of touchscreen input. | | Y position of touchscreen input. | ||
|} | |} |
Latest revision as of 16:19, 13 September 2023
Return to the main Raptor page
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. |