Skip to content

IVRExtendedDisplay::GetWindowBounds

Joe Ludwig edited this page May 27, 2016 · 1 revision

bool GetWindowBounds( int32_t *pnX, int32_t *pnY, uint32_t *pnWidth, uint32_t *pnHeight )

Provides the game with the location of the VR display in desktop coordinates.

  • pnX - X position of the VR display in desktop coordinates
  • pnY - Y position of the VR display in desktop coordinates
  • pnWidth - width VR display in pixels
  • pnHeight - height of the VR display in pixels
Clone this wiki locally