valueDidChangeHandler
The block that the axis element calls when its value changes.
Declaration
var valueDidChangeHandler: ((any GCPhysicalInputElement, any GCAxis2DInput, GCPoint2) -> Void)? { get set }Discussion
The block’s parameters are:
elementThe element with the value that changes.
inputThe input on the element that changes.
valueThe value of the input when the element invokes this handler.