XPLMSetWindowRefCon

Function XPLMSetWindowRefCon 

Source
pub unsafe extern "C" fn XPLMSetWindowRefCon(
    inWindowID: XPLMWindowID,
    inRefcon: *mut c_void,
)
Expand description

XPLMSetWindowRefCon

Sets a window’s reference constant. Use this to pass data to yourself in the callbacks.