Type Definition leap_sys::LEAP_DEVICE_REF

source · []
pub type LEAP_DEVICE_REF = _LEAP_DEVICE_REF;
Expand description

\ingroup Structs A reference to a Leap device.

Get a LEAP_DEVICE_REF by calling LeapGetDeviceList(). Access a device by calling LeapOpenDevice() with this reference. LeapOpenDevice() provides a LEAP_DEVICE struct, which is a handle to an open device.