deltaDidChangeHandler
The block that the profile calls when the element’s input changes.
Declaration
var deltaDidChangeHandler: ((any GCPhysicalInputElement, any GCRelativeInput, Float) -> Void)? { get set }Discussion
The block’s parameters are:
elementThe element whose input changes.
inputThe input object that represents the relative or delta value.
deltaThe amount that the input changed since the last time the profile called this block.