public static extern void Survive_default_imu_process(SurviveObjectPtr so, int mode, SurviveIMUData accelgyro, UInt32 timecode, int id);
virtual protected void IMUEvent(SurviveObjectPtr so, int mask, SurviveIMUData accelgyro, uint timecode, int id) { Cfunctions.Survive_default_imu_process(so, mask, accelgyro, timecode, id); }