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

Method IsDisplayOnDesktop

headers/openvr_api.cs:2275–2279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2273 FnTable.GetOutputDevice(ref pnDevice,textureType,pInstance);
2274 }
2275 public bool IsDisplayOnDesktop()
2276 {
2277 bool result = FnTable.IsDisplayOnDesktop();
2278 return result;
2279 }
2280 public bool SetDisplayVisibility(bool bIsVisibleOnDesktop)
2281 {
2282 bool result = FnTable.SetDisplayVisibility(bIsVisibleOnDesktop);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected