valueDidChangeHandler
The block that the input object calls when the value changes.
Declaration
var valueDidChangeHandler: ((any GCPhysicalInputElement, any GCAxisInput, Float) -> Void)? { get set }Discussion
The block’s parameters are:
elementThe element whose value changed.
inputThe input object that changed.
valueThe value of the axis at the time the input object calls this handler.