void simulateTouchEvent(float x, float y)
This function can be used to simulate a touch event at the specified coordinates in the browser. Additional browser settings can be found in the Configuration Tool.
Security
Trust Level Required: Low trust
Parameters
Name | Description |
x | The x position of the touch event on the browser window. |
y | The y position of the touch event on the browser window. |
Return
Nothing returned