mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-06 03:39:23 +00:00
Update to LeapCSharp 5.9.0
This commit is contained in:
parent
987aa798ba
commit
d748e10241
11 changed files with 343 additions and 54 deletions
7
ml_lme_cvr/vendor/LeapCSharp/IController.cs
vendored
7
ml_lme_cvr/vendor/LeapCSharp/IController.cs
vendored
|
@ -17,10 +17,17 @@ namespace Leap
|
|||
Frame GetTransformedFrame(LeapTransform trs, int history = 0);
|
||||
Frame GetInterpolatedFrame(Int64 time);
|
||||
|
||||
[Obsolete]
|
||||
void SetPolicy(Controller.PolicyFlag policy);
|
||||
[Obsolete]
|
||||
void ClearPolicy(Controller.PolicyFlag policy);
|
||||
[Obsolete]
|
||||
bool IsPolicySet(Controller.PolicyFlag policy);
|
||||
|
||||
void SetPolicy(Controller.PolicyFlag policy, Device device = null);
|
||||
void ClearPolicy(Controller.PolicyFlag policy, Device device = null);
|
||||
bool IsPolicySet(Controller.PolicyFlag policy, Device device = null);
|
||||
|
||||
long Now();
|
||||
|
||||
bool IsConnected { get; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue