pub unsafe extern "C" fn XPLMSetWindowTitle(
inWindowID: XPLMWindowID,
inWindowTitle: *const c_char,
)Expand description
XPLMSetWindowTitle
Sets the name for a window. This only applies to windows that opted-in to styling as an X-Plane 11 floating window (i.e., with styling mode xplm_WindowDecorationRoundRectangle) when they were created using XPLMCreateWindowEx().