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.
pub unsafe extern "C" fn XPLMSetWindowRefCon(
inWindowID: XPLMWindowID,
inRefcon: *mut c_void,
)XPLMSetWindowRefCon
Sets a window’s reference constant. Use this to pass data to yourself in the callbacks.