pub unsafe extern "C" fn b2World_GetJointEvents(
worldId: b2WorldId,
) -> b2JointEventsExpand description
Get the joint events for the current time step. The event data is transient. Do not store a reference to this data.
pub unsafe extern "C" fn b2World_GetJointEvents(
worldId: b2WorldId,
) -> b2JointEventsGet the joint events for the current time step. The event data is transient. Do not store a reference to this data.