Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Update WindowsApiChecker and usage (#92)
Browse files Browse the repository at this point in the history
* Remove obsolete APIs from WindowsApiChecker

Introduced `IsTypeAvailable`, `IsMethodAvailable` and `IsPropertyAvailable`

* Update InteractionSourceExtensions.cs

* Update WindowsMixedRealityControllerDataProvider.cs

* Remove DOTNETWINRT_PRESENT usage

Co-authored-by: Stephen Hodgson <hodgson.designs@gmail.com>
  • Loading branch information
FejZa and StephenHodgson committed Sep 22, 2020
1 parent c8aee4c commit 7d462c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Runtime/Extensions/InteractionSourceExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.

#if UNITY_WSA
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using XRTK.Attributes;
Expand Down Expand Up @@ -689,4 +689,4 @@ private void NavigationGestureRecognizer_NavigationCanceled(NavigationCanceledEv
#endif // UNITY_WSA

}
}
}

0 comments on commit 7d462c4

Please sign in to comment.