Raptor:Display Touchscreen State: Difference between revisions
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> | ||
== Outputs == | == Outputs == | ||
Line 34: | 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. |