LEAP_DIGIT

Type Alias LEAP_DIGIT 

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

The Leap identifier of this finger. @since 3.0.0

§__bindgen_anon_1: _LEAP_DIGIT__bindgen_ty_1§is_extended: u32

Reports whether the finger is more or less straight. @since 3.0.0