Raptor:Display Touchscreen State

From NewEagleWiki
Jump to navigation Jump to search

Return to the main Raptor page

Return to Touchscreen page

Raptor™ Display Touchscreen

Description

Returns the current state of the touchscreen.

Inputs

Input Type Description

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.

Parameters

Parameter Type Description