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:
elementThe element whose value changed.
inputThe press state of the element.