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

Method IsDashboardVisible

headers/openvr_api.cs:3761–3765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3759 return result;
3760 }
3761 public bool IsDashboardVisible()
3762 {
3763 bool result = FnTable.IsDashboardVisible();
3764 return result;
3765 }
3766 public bool IsActiveDashboardOverlay(ulong ulOverlayHandle)
3767 {
3768 bool result = FnTable.IsActiveDashboardOverlay(ulOverlayHandle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected