XPLMGetWindowGeometryVR

Function XPLMGetWindowGeometryVR 

Source
pub unsafe extern "C" fn XPLMGetWindowGeometryVR(
    inWindowID: XPLMWindowID,
    outWidthBoxels: *mut c_int,
    outHeightBoxels: *mut c_int,
)
Expand description

XPLMGetWindowGeometryVR

Returns the width and height, in boxels, of a window in VR. Note that you are responsible for ensuring your window is in VR (using XPLMWindowIsInVR()).