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

Method GetCurrentSceneFocusProcess

headers/openvr_api.cs:3201–3205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3199 return result;
3200 }
3201 public uint GetCurrentSceneFocusProcess()
3202 {
3203 uint result = FnTable.GetCurrentSceneFocusProcess();
3204 return result;
3205 }
3206 public uint GetLastFrameRenderer()
3207 {
3208 uint result = FnTable.GetLastFrameRenderer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected