pub unsafe extern "C" fn XPLMCheckMenuItem(
inMenu: XPLMMenuID,
index: c_int,
inCheck: XPLMMenuCheck,
)Expand description
XPLMCheckMenuItem
Set whether a menu item is checked. Pass in the menu ID and item index.
pub unsafe extern "C" fn XPLMCheckMenuItem(
inMenu: XPLMMenuID,
index: c_int,
inCheck: XPLMMenuCheck,
)XPLMCheckMenuItem
Set whether a menu item is checked. Pass in the menu ID and item index.