Type of the ScriptOnInputAction.touch field.

y:Float

The y touch location.

x:Float

The x touch location.

tap_count:Int

Number of taps, one for single, two for double-tap, etc.

screen_y:Float

The screen space y value of a touch.

screen_x:Float

The screen space x value of a touch.

screen_dy:Float

The change in screen space y value of a touch.

screen_dx:Float

The change in screen space x value of a touch.

released:Bool

True if the finger was released this frame.

pressed:Bool

True if the finger was pressed this frame.

id:Int

A number identifying the touch input during its duration.

dy:Float

The change in y value.

dx:Float

The change in x value.

@:optionaloptionalacc_z:Null<Float>

Accelerometer z value (if present).

@:optionaloptionalacc_y:Null<Float>

Accelerometer y value (if present).

@:optionaloptionalacc_x:Null<Float>

Accelerometer x value (if present).