pub type LEAP_CONNECTION_LOST_EVENT = _LEAP_CONNECTION_LOST_EVENT;Expand description
\ingroup Structs Received from LeapPollConnection() when a connection to the Ultraleap Tracking Service is lost.
If a LeapC function that performs a transaction with the Ultraleap Tracking Service is called after the connection is lost, the next call to LeapPollConnection() will return this event. Otherwise, it can take up to 5 seconds of polling the connection to receive this event. @since 3.0.0
Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_CONNECTION_LOST_EVENT {
pub flags: u32,
}Fields§
§flags: u32Reserved for future use. @since 3.0.0