pub type LEAP_CONNECTION_EVENT = _LEAP_CONNECTION_EVENT;Expand description
\ingroup Structs Received from LeapPollConnection() when a connection to the Ultraleap Tracking Service is established. @since 3.0.0
Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_CONNECTION_EVENT {
pub flags: u32,
}Fields§
§flags: u32A combination of eLeapServiceDisposition flags. @since 3.1.3