LEAP_POINT_MAPPING_CHANGE_EVENT

Type Alias LEAP_POINT_MAPPING_CHANGE_EVENT 

Source
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: i64

The ID of the frame corresponding to the source of the currently tracked points. @since 4.0.0

§timestamp: i64

The timestamp of the frame, in microseconds, referenced against LeapGetNow(). @since 4.0.0

§nPoints: u32

The number of points being tracked. @since 4.0.0