Raptor:Display Touchscreen State
Jump to navigation
Jump to search
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. |