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

Method HideOverlay

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

Source from the content-addressed store, hash-verified

3600 return result;
3601 }
3602 public EVROverlayError HideOverlay(ulong ulOverlayHandle)
3603 {
3604 EVROverlayError result = FnTable.HideOverlay(ulOverlayHandle);
3605 return result;
3606 }
3607 public bool IsOverlayVisible(ulong ulOverlayHandle)
3608 {
3609 bool result = FnTable.IsOverlayVisible(ulOverlayHandle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected