pub type LEAP_POINT_MAPPING_CHANGE_EVENT = _LEAP_POINT_MAPPING_CHANGE_EVENT;Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_POINT_MAPPING_CHANGE_EVENT {
pub frame_id: i64,
pub timestamp: i64,
pub nPoints: u32,
}Fields§
§frame_id: i64The ID of the frame corresponding to the source of the currently tracked points. @since 4.0.0
timestamp: i64The timestamp of the frame, in microseconds, referenced against LeapGetNow(). @since 4.0.0
nPoints: u32The number of points being tracked. @since 4.0.0