mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-05-06 01:27:00 +00:00
Update to Ultraleap Unity Plugin 6.12.1
This commit is contained in:
parent
90de21cce8
commit
2828de3818
2 changed files with 12 additions and 0 deletions
3
ml_lme/vendor/LeapCSharp/LeapC.cs
vendored
3
ml_lme/vendor/LeapCSharp/LeapC.cs
vendored
|
|
@ -1052,6 +1052,9 @@ namespace LeapInternal
|
|||
[DllImport("LeapC", EntryPoint = "LeapGetDeviceInfo", CharSet = CharSet.Ansi)]
|
||||
public static extern eLeapRS GetDeviceInfo(IntPtr hDevice, ref LEAP_DEVICE_INFO info);
|
||||
|
||||
[DllImport("LeapC", EntryPoint = "LeapDeviceTransformAvailable")]
|
||||
public static extern bool GetDeviceTransformAvailable(IntPtr hDevice);
|
||||
|
||||
[DllImport("LeapC", EntryPoint = "LeapGetDeviceTransform")]
|
||||
public static extern eLeapRS GetDeviceTransform(IntPtr hDevice, [MarshalAs(UnmanagedType.LPArray, SizeConst = 16)] float[] transform);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue