XPLMRegisterHotKey

Function XPLMRegisterHotKey 

Source
pub unsafe extern "C-unwind" fn XPLMRegisterHotKey(
    inVirtualKey: c_char,
    inFlags: XPLMKeyFlags,
    inDescription: *const c_char,
    inCallback: XPLMHotKey_f,
    inRefcon: *mut c_void,
) -> XPLMHotKeyID