pub unsafe extern "C" fn LeapGetTrackingMode(
    hConnection: LEAP_CONNECTION
) -> eLeapRS
Expand description

\ingroup Functions Requests the currently set tracking mode.

Requesting the current tracking mode is asynchronous. After you call this function, a subsequent call to LeapPollConnection provides a LEAP_TRACKING_MODE_EVENT containing the current tracking mode, reflecting any changes.

The eLeapTrackingMode enumeration defines the tracking mode.

@param hConnection The connection handle created by LeapCreateConnection(). @returns The operation result code, a member of the eLeapRS enumeration. @since 5.0.0