Subscribing to OVRManager.display.RecenteredPose
So I want to know when the user has recentered their view, and found this event (`OVRManager.display.RecenteredPose`) in the documentation. Tried it on the Rift, and it works exactly as expected (fired once when user resets their view), but tried it ...