MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetSceneApplicationState

Method GetSceneApplicationState

headers/openvr_api.cs:2879–2883  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2877 return result;
2878 }
2879 public EVRSceneApplicationState GetSceneApplicationState()
2880 {
2881 EVRSceneApplicationState result = FnTable.GetSceneApplicationState();
2882 return result;
2883 }
2884 public EVRApplicationError PerformApplicationPrelaunchCheck(string pchAppKey)
2885 {
2886 IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected