Contents

pressedDidChangeHandler

The block that the profile calls when an element’s press state changes.

Declaration

var pressedDidChangeHandler: ((any GCPhysicalInputElement, any GCPressedStateInput, Bool) -> Void)? { get set }

Mentioned in

Discussion

The block’s parameters are:

element

The element whose value changed.

input

The press state of the element.

See Also

Getting change information