XPLMSetWindowResizingLimits

Function XPLMSetWindowResizingLimits 

Source
pub unsafe extern "C-unwind" fn XPLMSetWindowResizingLimits(
    inWindowID: XPLMWindowID,
    inMinWidthBoxels: c_int,
    inMinHeightBoxels: c_int,
    inMaxWidthBoxels: c_int,
    inMaxHeightBoxels: c_int,
)