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

Method CVRExtendedDisplay

headers/openvr_api.cs:2587–2590  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

2585{
2586 IVRExtendedDisplay FnTable;
2587 internal CVRExtendedDisplay(IntPtr pInterface)
2588 {
2589 FnTable = (IVRExtendedDisplay)Marshal.PtrToStructure(pInterface, typeof(IVRExtendedDisplay));
2590 }
2591 public void GetWindowBounds(ref int pnX,ref int pnY,ref uint pnWidth,ref uint pnHeight)
2592 {
2593 pnX = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected