Created
July 17, 2018 13:17
-
-
Save culage/6633e6a670488ab1105bec9e6142a3ed to your computer and use it in GitHub Desktop.
OculusGoのホームボタン(Oculusボタン)長押しを取得する方法 ref: https://qiita.com/culage/items/ba0fe4e03a011c32363f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (OVRInput.GetControllerWasRecentered(OVRInput.GetActiveController())) { | |
Debug.Log("reCenter!"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment