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

Method IsHoverTargetOverlay

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

Source from the content-addressed store, hash-verified

3676 return result;
3677 }
3678 public bool IsHoverTargetOverlay(ulong ulOverlayHandle)
3679 {
3680 bool result = FnTable.IsHoverTargetOverlay(ulOverlayHandle);
3681 return result;
3682 }
3683 public EVROverlayError SetOverlayIntersectionMask(ulong ulOverlayHandle,ref VROverlayIntersectionMaskPrimitive_t pMaskPrimitives,uint unNumMaskPrimitives,uint unPrimitiveSize)
3684 {
3685 EVROverlayError result = FnTable.SetOverlayIntersectionMask(ulOverlayHandle,ref pMaskPrimitives,unNumMaskPrimitives,unPrimitiveSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected