Type Alias GCGamepadValueChangedHandler

Source
pub type GCGamepadValueChangedHandler = *mut Block<dyn Fn(NonNull<GCGamepad>, NonNull<GCControllerElement>)>;
Available on crate features GCControllerElement and GCGamepad and GCPhysicalInputProfile and block2 only.
Expand description