Skip to main content

GCMotionValueChangedHandler

Type Alias GCMotionValueChangedHandler 

Source
pub type GCMotionValueChangedHandler = *mut DynBlock<dyn Fn(NonNull<GCMotion>)>;
Available on crate features block2 and GCMotion only.
Expand description

Called whenever a motion value changed.

See also Apple’s documentation