pub type LEAP_DIGIT = _LEAP_DIGIT;Expand description
\ingroup Structs Describes the digit of a hand. Digits are members of the LEAP_HAND struct. @since 3.0.0
Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_DIGIT {
pub finger_id: i32,
pub __bindgen_anon_1: _LEAP_DIGIT__bindgen_ty_1,
pub is_extended: u32,
}Fields§
§finger_id: i32The Leap identifier of this finger. @since 3.0.0
__bindgen_anon_1: _LEAP_DIGIT__bindgen_ty_1§is_extended: u32Reports whether the finger is more or less straight. @since 3.0.0