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

Method HideMirrorWindow

headers/openvr_api.cs:3220–3223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3218 FnTable.ShowMirrorWindow();
3219 }
3220 public void HideMirrorWindow()
3221 {
3222 FnTable.HideMirrorWindow();
3223 }
3224 public bool IsMirrorWindowVisible()
3225 {
3226 bool result = FnTable.IsMirrorWindowVisible();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected