Function xplm_sys::XPLMCreateWindow

source ·
pub unsafe extern "C" fn XPLMCreateWindow(
    inLeft: c_int,
    inTop: c_int,
    inRight: c_int,
    inBottom: c_int,
    inIsVisible: c_int,
    inDrawCallback: XPLMDrawWindow_f,
    inKeyCallback: XPLMHandleKey_f,
    inMouseCallback: XPLMHandleMouseClick_f,
    inRefcon: *mut c_void
) -> XPLMWindowID