Contents

isTouched

A Boolean value that indicates whether the user touches the button.

Declaration

var isTouched: Bool { get }

Discussion

For controllers that support capacitive touch, the user can start touching the button without pressure when the value property is 0. For controllers that don’t support capacitive touch, the user starts touching the button when the value property is greater than 0.

See Also

Getting change information