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

Method IsActiveDashboardOverlay

headers/openvr_api.cs:3766–3770  ·  view source on GitHub ↗
(ulong ulOverlayHandle)

Source from the content-addressed store, hash-verified

3764 return result;
3765 }
3766 public bool IsActiveDashboardOverlay(ulong ulOverlayHandle)
3767 {
3768 bool result = FnTable.IsActiveDashboardOverlay(ulOverlayHandle);
3769 return result;
3770 }
3771 public EVROverlayError SetDashboardOverlaySceneProcess(ulong ulOverlayHandle,uint unProcessId)
3772 {
3773 EVROverlayError result = FnTable.SetDashboardOverlaySceneProcess(ulOverlayHandle,unProcessId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected