pub unsafe extern "C" fn b2Body_EnableContactEvents(
bodyId: b2BodyId,
flag: bool,
)Expand description
Enable/disable contact events on all shapes. @see b2ShapeDef::enableContactEvents @warning changing this at runtime may cause mismatched begin/end touch events