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

Method IsMirrorWindowVisible

headers/openvr_api.cs:3224–3228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3222 FnTable.HideMirrorWindow();
3223 }
3224 public bool IsMirrorWindowVisible()
3225 {
3226 bool result = FnTable.IsMirrorWindowVisible();
3227 return result;
3228 }
3229 public void CompositorDumpImages()
3230 {
3231 FnTable.CompositorDumpImages();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected