pub unsafe extern "C" fn ovr_GetTouchHapticsDesc(
    session: ovrSession,
    controllerType: ovrControllerType
) -> ovrTouchHapticsDesc
Expand description

Gets information about Haptics engine for the specified Touch controller.

session Specifies an ovrSession previously returned by ovr_Create.

controllerType The controller to retrieve the information from.

Returns an ovrTouchHapticsDesc.